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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c2529 enum vtype fvtype, tvtype; local
2609 fvtype = vnode_vtype(fvp);
2629 if (fvtype == VDIR)
2638 if (error == EISDIR && fvtype == VDIR) {
2674 if (fvtype == VDIR && tvtype != VDIR) {
2680 } else if (fvtype != VDIR && tvtype == VDIR) {
2785 if (fvtype == VDIR && vnode_mountedhere(fvp)) {
2827 if (tdvp != fdvp && fvtype == VDIR) {

Completed in 73 milliseconds