Home | History | Annotate | Download | only in server

Lines Matching defs:fvp

1134 	struct vnode *fvp, *tvp, *tdvp;
1137 fvp = fromndp->ni_vp;
1140 vrele(fvp);
1147 if (fvp->v_type == VDIR && tvp->v_type != VDIR) {
1150 } else if (fvp->v_type != VDIR && tvp->v_type == VDIR) {
1173 if (fvp->v_type == VDIR && fvp->v_mountedhere) {
1177 if (fvp->v_mount != tdvp->v_mount) {
1181 if (fvp == tdvp) {
1185 if (fvp == tvp) {
1194 if (NFSVOPLOCK(fvp, LK_EXCLUSIVE) == 0) {
1195 error = nfsrv_checkremove(fvp, 0, p);
1196 NFSVOPUNLOCK(fvp, 0);
1206 * unlocked vnode at this point and fvp is the file that will
1207 * still exist after the rename, just do fvp.
1209 nfsd_recalldelegation(fvp, p);
1224 vrele(fvp);