HomeSort by: relevance | last modified time | path
    Searched defs:gotvp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clstate.c 3789 int error = 0, ret, gotvp = 0; local in function:nfscl_recalldeleg
3805 gotvp = 1;
3833 if (gotvp != 0)
3859 if (gotvp)
3891 if (gotvp)
3916 if (gotvp)
3924 if (gotvp)
  /src/sys/nfs/
nfs_vnops.c 1450 int error = 0, wccflag = NFSV3_WCCRATTR, gotvp = 0; local in function:nfs_mknodrpc
1492 nfsm_mtofh(dvp, newvp, v3, gotvp);
1493 if (!gotvp) {
1565 int error, wccflag = NFSV3_WCCRATTR, gotvp = 0; local in function:nfs_create
1616 nfsm_mtofh(dvp, newvp, v3, gotvp);
1617 if (!gotvp) {
2061 int slen, error = 0, wccflag = NFSV3_WCCRATTR, gotvp; local in function:nfs_symlink
2096 nfsm_mtofh(dvp, newvp, v3, gotvp);
2153 int gotvp = 0; local in function:nfs_mkdir
2180 nfsm_mtofh(dvp, newvp, v3, gotvp);
    [all...]

Completed in 25 milliseconds