Searched refs:VNODE_LABEL_CREATE (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_vfs_subr.c | 60 if (flags & VNODE_LABEL_CREATE) { in vnode_label() 94 if (flags & VNODE_LABEL_CREATE) { in vnode_label()
|
| H A D | mac_framework.h | 146 #define VNODE_LABEL_CREATE 1 macro
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6032 error = vnode_label(vnode_mount(vp), dvp, vp, &nd.ni_cnd, VNODE_LABEL_CREATE, ctx); in symlinkat_internal() 8924 VNODE_LABEL_CREATE, ctx); in clonefile_internal()
|
| H A D | vfs_subr.c | 8034 error = vnode_label(vnode_mount(vp), dvp, vp, cnp, VNODE_LABEL_CREATE, ctx); in vn_create()
|