Home
last modified time | relevance | path

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

/xnu-8792.41.9/security/
H A Dmac_vfs_subr.c226 error = vn_removexattr(vp, name, options, ctx); in mac_vnop_removexattr()
/xnu-8792.41.9/bsd/sys/
H A Dvnode_internal.h519 int vn_removexattr(vnode_t, const char *, int, vfs_context_t);
/xnu-8792.41.9/bsd/kern/
H A Ddecmpfs.c1949 err = vn_removexattr(vp, DECMPFS_XATTR_NAME, 0, decmpfs_ctx);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_xattr.c275 vn_removexattr(vnode_t vp, const char * name, int options, vfs_context_t context) in vn_removexattr() function
H A Dkpi_vfs.c3183 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx); in vnode_setattr_fallback()
H A Dvfs_syscalls.c13142 error = vn_removexattr(vp, attrname, uap->options, ctx); in removexattr()
13193 error = vn_removexattr(vp, attrname, uap->options, vfs_context_current()); in fremovexattr()