Home
last modified time | relevance | path

Searched refs:gotvpp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/nfs/
H A Dnfsm_subs.c394 nfsm_mtofh(nfsm_info_t info, struct vnode *dvp, struct vnode **vpp, int *gotvpp) in nfsm_mtofh() argument
406 *gotvpp = fxdr_unsigned(int, *tl); in nfsm_mtofh()
408 *gotvpp = 1; in nfsm_mtofh()
410 if (*gotvpp) { in nfsm_mtofh()
424 if (*gotvpp) { in nfsm_mtofh()
425 *gotvpp = fxdr_unsigned(int, *tl); in nfsm_mtofh()
432 if (*gotvpp) in nfsm_mtofh()
H A Dnfsm_subs.h148 struct vnode **vpp, int *gotvpp);