Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
652 fsioc_auth_fs_t afs = { .authvp = authvp }; in vn_open_auth()
2327 fsioc_auth_fs_t afs = { .authvp = NULL }; in vnode_isauthfs()
H A Dvfs_syscalls.c4593 vnode_t authvp = NULLVP; in open1() local
4636 error = vnode_getfromfd(ctx, authfd, &authvp); in open1()
4643 if ((error = vn_open_auth(ndp, &flags, vap, authvp))) { in open1()
4644 if (authvp != NULLVP) { in open1()
4645 vnode_put(authvp); in open1()
4660 if (authvp != NULLVP) { in open1()
4661 vnode_put(authvp); in open1()
/xnu-10063.141.1/bsd/sys/
H A Dfsctl.h317 vnode_t authvp; member
H A Dvnode_internal.h468 int vn_open_auth(struct nameidata *ndp, int *fmode, struct vnode_attr *, vnode_t authvp);