Home
last modified time | relevance | path

Searched refs:VNODE_LABEL_CREATE (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/security/
H A Dmac_vfs_subr.c60 if (flags & VNODE_LABEL_CREATE) { in vnode_label()
94 if (flags & VNODE_LABEL_CREATE) { in vnode_label()
H A Dmac_framework.h146 #define VNODE_LABEL_CREATE 1 macro
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c6032 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 Dvfs_subr.c8034 error = vnode_label(vnode_mount(vp), dvp, vp, cnp, VNODE_LABEL_CREATE, ctx); in vn_create()