Searched refs:tdirp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/nfsserver/
H A Dnfs_serv.c1767 struct vnode *tdirp = NULL; local
1827 &dpos, &tdirp, v3, &tdirfor, &tdirfor_ret, FALSE);
1828 if (tdirp && !v3) {
1829 vrele(tdirp);
1830 tdirp = NULL;
1931 if (tdirp) {
1932 vn_lock(tdirp, LK_EXCLUSIVE | LK_RETRY);
1933 tdiraft_ret = VOP_GETATTR(tdirp, &tdiraft, cred);
1934 VOP_UNLOCK(tdirp, 0);
1954 if (tdirp)
[all...]
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c1442 vnode_t fdirp = NULL, tdirp = NULL, tdp = NULL; local
1567 nd->nd_repstat = nfsvno_namei(nd, &tond, tdp, 0, &tnes, p, &tdirp);
1573 if (tdirp)
1574 tdiraft_ret = nfsvno_getattr(tdirp, &tdiraft, nd->nd_cred, p,
1578 if (tdirp)
1579 vrele(tdirp);

Completed in 108 milliseconds