Searched refs:vn_authorize_open_existing (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | vnode_internal.h | 486 int vn_authorize_open_existing(vnode_t vp, struct componentname *cnp, int fmode, vfs_context_t …
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_vnops.c | 631 error = vn_authorize_open_existing(vp, &ndp->ni_cnd, fmode, ctx, NULL); in vn_open_auth()
|
| H A D | kpi_vfs.c | 3489 a.a_open_existing_authorizer = vn_authorize_open_existing; in VNOP_COMPOUND_OPEN()
|
| H A D | vfs_subr.c | 8269 vn_authorize_open_existing(vnode_t vp, struct componentname *cnp, int fmode, vfs_context_t ctx, voi… in vn_authorize_open_existing() function
|