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

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_vfs_subr.c215 error = vn_removexattr(vp, name, options, ctx);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h471 int vn_removexattr(vnode_t, const char *, int, vfs_context_t);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c1477 err = vn_removexattr(vp, DECMPFS_XATTR_NAME, 0, decmpfs_ctx);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c269 vn_removexattr(vnode_t vp, const char * name, int options, vfs_context_t context) function
H A Dkpi_vfs.c2604 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx);
H A Dvfs_syscalls.c9937 error = vn_removexattr(vp, attrname, uap->options, ctx);
9982 error = vn_removexattr(vp, attrname, uap->options, vfs_context_current());

Completed in 213 milliseconds