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