Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.h573 int vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp,
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_lookup.c844 error = vnode_label(vnode_mount(dp), NULL, dp, NULL, 0, ctx); in lookup_handle_found_vnode()
H A Dvfs_subr.c1292 error = vnode_label(mp, NULL, vp, NULL, 0, ctx); in vfs_mountroot()
7033 error = vnode_label(vnode_mount(vp), dvp, vp, cnp, VNODE_LABEL_CREATE, ctx); in vn_create()
7233 error = vnode_label(vnode_mount(vp), NULL, vp, NULL, 0, ctx); in vn_authorize_open_existing()
H A Dvfs_syscalls.c1304 error = vnode_label(mp, NULL, rvp, NULL, 0, ctx); in mount_common()
5339 error = vnode_label(vnode_mount(vp), dvp, vp, &nd.ni_cnd, VNODE_LABEL_CREATE, ctx); in symlinkat_internal()
8079 (void)vnode_label(vnode_mount(tvp), tdvp, tvp, cnp, in clonefile_internal()