Home
last modified time | relevance | path

Searched refs:default_removexattr_vfs (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_xattr.c1489 static int default_removexattr_vfs(vnode_t vp, const char *name, int options,
1697 error = default_removexattr_vfs(vp, name, options, context); in default_removexattr()
2257 default_removexattr_vfs(vnode_t vp, const char *name, __unused int options, vfs_context_t context) in default_removexattr_vfs() function