Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_xattr.c110 static int default_removexattr(vnode_t vp, const char *name, int options,
303 error = default_removexattr(vp, name, options, context); in vn_removexattr()
312 error = default_removexattr(vp, name, options, context); in vn_removexattr()
613 (void) default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream()
644 error = default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in vnode_flushnamedstream()
1085 return default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context); in default_removenamedstream()
1780 error = default_removexattr(vp, name, 0, context); in default_setxattr()
1832 error = default_removexattr(vp, name, 0, context); in default_setxattr()
1965 error = default_removexattr(vp, name, options, context); in default_setxattr()
2125 default_removexattr(vnode_t vp, const char *name, __unused int options, vfs_context_t context) in default_removexattr() function
[all …]