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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2529 enum vtype fvtype, tvtype; local
2672 tvtype = vnode_vtype(tvp);
2674 if (fvtype == VDIR && tvtype != VDIR) {
2680 } else if (fvtype != VDIR && tvtype == VDIR) {
2687 if (tvtype == VDIR && vnode_mountedhere(tvp)) {

Completed in 19 milliseconds