Searched refs:default_removexattr (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_xattr.c | 121 static int default_removexattr(vnode_t vp, const char *name, int options, 314 error = default_removexattr(vp, name, options, context); in vn_removexattr() 323 error = default_removexattr(vp, name, options, context); in vn_removexattr() 624 (void) default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream() 655 error = default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream() 1096 return default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in default_removenamedstream() 1685 default_removexattr(vnode_t vp, const char *name, __unused int options, in default_removexattr() function 1909 error = default_removexattr(vp, name, 0, context); in default_setxattr_vfs() 1963 error = default_removexattr(vp, name, 0, context); in default_setxattr_vfs() 2096 error = default_removexattr(vp, name, options, context); in default_setxattr_vfs() [all …]
|