Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_vnops.c375 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap, vnode_t authvp) in vn_open_auth() argument
401 if ((authvp != NULLVP) in vn_open_auth()
660 fsioc_auth_fs_t afs = { .authvp = authvp }; in vn_open_auth()
2348 fsioc_auth_fs_t afs = { .authvp = NULL }; in vnode_isauthfs()
H A Dvfs_syscalls.c4688 vnode_t authvp = NULLVP; in open1() local
4731 error = vnode_getfromfd(ctx, authfd, &authvp); in open1()
4738 if ((error = vn_open_auth(ndp, &flags, vap, authvp))) { in open1()
4739 if (authvp != NULLVP) { in open1()
4740 vnode_put(authvp); in open1()
4755 if (authvp != NULLVP) { in open1()
4756 vnode_put(authvp); in open1()
/xnu-11417.140.69/bsd/sys/
H A Dfsctl.h320 vnode_t authvp; member
H A Dvnode_internal.h469 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *, vnode_t authvp);