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

/darwin-on-arm/xnu/security/
H A Dmac_vfs_subr.c45 vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp, function
112 "vnode_label", &ts);
H A Dmac_framework.h552 int vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c622 error = vnode_label(vnode_mount(dp), NULL, dp, NULL, 0, ctx);
H A Dvfs_subr.c1134 error = vnode_label(mp, NULL, vp, NULL, 0, ctx);
1141 printf("%s() vnode_label() returned %d\n",
5209 error = vnode_label(vnode_mount(vp), dvp, vp, cnp, VNODE_LABEL_CREATE, ctx);
5402 error = vnode_label(vnode_mount(vp), NULL, vp, NULL, 0, ctx);
H A Dvfs_syscalls.c817 error = vnode_label(mp, NULL, rvp, NULL, 0, ctx);

Completed in 144 milliseconds