Home
last modified time | relevance | path

Searched refs:VNOP_SETLABEL (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1726 errno_t VNOP_SETLABEL(vnode_t, struct label *, vfs_context_t);
/xnu-12377.41.6/security/
H A Dmac_vfs.c2625 error = VNOP_SETLABEL(vp, intlabel, context); in vn_setlabel()
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c6463 VNOP_SETLABEL(struct vnode *vp, struct label *label, vfs_context_t ctx) in VNOP_SETLABEL() function