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

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs_subr.c194 error = vn_removexattr(vp, name, options, ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_internal.h376 int vn_removexattr(vnode_t, const char *, int, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c253 vn_removexattr(vnode_t vp, const char * name, int options, vfs_context_t context) function
H A Dvfs_syscalls.c6690 error = vn_removexattr(vp, attrname, uap->options, ctx);
6733 error = vn_removexattr(vp, attrname, uap->options, vfs_context_current());
H A Dkpi_vfs.c2488 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx);

Completed in 73 milliseconds