Home
last modified time | relevance | path

Searched refs:vnode_label (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/security/
H A Dmac_vfs_subr.c45 vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp, in vnode_label() function
H A Dmac_framework.h585 int vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp,
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_lookup.c1036 error = vnode_label(vnode_mount(dp), NULL, dp, NULL, 0, ctx); in lookup_handle_found_vnode()
H A Dvfs_subr.c1366 error = vnode_label(mp, NULL, vp, NULL, 0, ctx); in vfs_mountroot()
8071 error = vnode_label(vnode_mount(vp), dvp, vp, cnp, VNODE_LABEL_CREATE, ctx); in vn_create()
8337 error = vnode_label(vnode_mount(vp), NULL, vp, NULL, 0, ctx); in vn_authorize_open_existing()
H A Dvfs_syscalls.c1810 error = vnode_label(mp, NULL, rvp, NULL, 0, ctx); in mount_common()
6312 error = vnode_label(vnode_mount(vp), dvp, vp, &nd.ni_cnd, VNODE_LABEL_CREATE, ctx); in symlinkat_internal()
9271 (void)vnode_label(vnode_mount(tvp), tdvp, tvp, cnp, in clonefile_internal()