Home
last modified time | relevance | path

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

/xnu-8792.41.9/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()
650 error = default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream()
1091 return default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in default_removenamedstream()
1786 error = default_removexattr(vp, name, 0, context); in default_setxattr()
1838 error = default_removexattr(vp, name, 0, context); in default_setxattr()
1971 error = default_removexattr(vp, name, options, context); in default_setxattr()
2131 default_removexattr(vnode_t vp, const char *name, __unused int options, vfs_context_t context) in default_removexattr() function
[all …]