Searched refs:vn_removexattr (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/security/ |
| H A D | mac_vfs_subr.c | 226 error = vn_removexattr(vp, name, options, ctx); in mac_vnop_removexattr()
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | vnode_internal.h | 519 int vn_removexattr(vnode_t, const char *, int, vfs_context_t);
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | decmpfs.c | 1949 err = vn_removexattr(vp, DECMPFS_XATTR_NAME, 0, decmpfs_ctx);
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_xattr.c | 275 vn_removexattr(vnode_t vp, const char * name, int options, vfs_context_t context) in vn_removexattr() function
|
| H A D | kpi_vfs.c | 3183 error = vn_removexattr(vp, KAUTH_FILESEC_XATTR, XATTR_NOSECURITY, ctx); in vnode_setattr_fallback()
|
| H A D | vfs_syscalls.c | 13142 error = vn_removexattr(vp, attrname, uap->options, ctx); in removexattr() 13193 error = vn_removexattr(vp, attrname, uap->options, vfs_context_current()); in fremovexattr()
|