Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_xattr.c110 static int default_removexattr(vnode_t vp, const char *name, int options,
309 error = default_removexattr(vp, name, options, context); in vn_removexattr()
318 error = default_removexattr(vp, name, options, context); in vn_removexattr()
619 (void) default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream()
649 error = default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream()
1093 return default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in default_removenamedstream()
1788 error = default_removexattr(vp, name, 0, context); in default_setxattr()
1840 error = default_removexattr(vp, name, 0, context); in default_setxattr()
1973 error = default_removexattr(vp, name, options, context); in default_setxattr()
2133 default_removexattr(vnode_t vp, const char *name, __unused int options, vfs_context_t context) in default_removexattr() function
[all …]