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

  /src/sys/fs/nfs/client/
nfs_clrpcops.c 356 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
365 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
556 ret == NFSERR_STALEDONTRECOVER ||
1125 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
1134 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
1380 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
1389 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
1549 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY ||
1559 error == NFSERR_STALEDONTRECOVER) && called_from_strategy == 0) ||
1565 error == NFSERR_STALEDONTRECOVER) && called_from_strategy != 0))
    [all...]
nfs_clstate.c 853 error == NFSERR_STALEDONTRECOVER ||
860 error == NFSERR_STALEDONTRECOVER) && --trystalecnt > 0) ||
1927 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0);
1947 * This will be translated to NFSERR_STALEDONTRECOVER when
2248 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0);
3857 ret == NFSERR_STALEDONTRECOVER ||
3889 ret == NFSERR_STALEDONTRECOVER ||
3913 ret == NFSERR_STALEDONTRECOVER ||
  /src/sys/fs/nfs/common/
nfsproto.h 207 #define NFSERR_STALEDONTRECOVER 30006 /* Don't initiate recovery */
nfs_commonkrpc.c 983 nd->nd_repstat = NFSERR_STALEDONTRECOVER;

Completed in 19 milliseconds