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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c110 static int default_removexattr(vnode_t vp, const char *name, int options,
301 error = default_removexattr(vp, name, options, context);
308 * default_removexattr should not be considered an error.
310 error = default_removexattr(vp, name, options, context);
596 (void) default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context);
626 error = default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context);
1073 return default_removexattr(vp, XATTR_RESOURCEFORK_NAME, 0, context);
1758 error = default_removexattr(vp, name, 0, context);
1798 * default_removexattr do the work (including deleting
1809 error = default_removexattr(v
2091 default_removexattr(vnode_t vp, const char *name, __unused int options, vfs_context_t context) function
3362 default_removexattr(__unused vnode_t vp, __unused const char *name, function
[all...]

Completed in 108 milliseconds