HomeSort by: relevance | last modified time | path
    Searched refs:NFSERR_GRACE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 669 NFSERR_GRACE,
699 NFSERR_GRACE,
724 NFSERR_GRACE,
814 NFSERR_GRACE,
942 NFSERR_GRACE,
1128 NFSERR_GRACE,
1199 NFSERR_GRACE,
nfs_nfsdsocket.c 605 nd->nd_repstat == NFSERR_GRACE ||
nfs_nfsdstate.c 4020 * Read, Write, Setattr and LockT can return NFSERR_GRACE and do
4052 error = NFSERR_GRACE;
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 355 if (error == NFSERR_GRACE || error == NFSERR_STALECLIENTID ||
364 } while (error == NFSERR_GRACE || error == NFSERR_STALECLIENTID ||
690 if ((nd->nd_repstat == NFSERR_GRACE ||
696 } while ((nd->nd_repstat == NFSERR_GRACE ||
724 if (error == NFSERR_GRACE)
726 } while (error == NFSERR_GRACE);
1124 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1133 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1379 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1388 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID |
    [all...]
nfs_clstate.c 2167 if (error == NFSERR_GRACE)
2169 } while (error == NFSERR_GRACE);
2180 if (error == NFSERR_GRACE)
2182 } while (error == NFSERR_GRACE);
  /src/sys/fs/nfs/common/
oldnfsproto.h 104 #define NFSERR_GRACE 10013
nfs_commonport.c 409 * Sleep for a short period of time unless errval == NFSERR_GRACE, where
420 if (errval == NFSERR_GRACE)
nfsproto.h 126 #define NFSERR_GRACE 10013
nfs_commonkrpc.c 882 nd->nd_repstat == NFSERR_GRACE) &&

Completed in 26 milliseconds