Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dvnode_internal.h485 int vn_authorize_open_existing(vnode_t vp, struct componentname *cnp, int fmode, vfs_context_t …
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_vnops.c627 error = vn_authorize_open_existing(vp, &ndp->ni_cnd, fmode, ctx, NULL); in vn_open_auth()
H A Dkpi_vfs.c3447 a.a_open_existing_authorizer = vn_authorize_open_existing; in VNOP_COMPOUND_OPEN()
H A Dvfs_subr.c8053 vn_authorize_open_existing(vnode_t vp, struct componentname *cnp, int fmode, vfs_context_t ctx, voi… in vn_authorize_open_existing() function