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

  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 512 NFSERR_STALESTATEID,
590 NFSERR_STALESTATEID,
686 NFSERR_STALESTATEID,
735 NFSERR_STALESTATEID,
879 NFSERR_STALESTATEID,
899 NFSERR_STALESTATEID,
956 NFSERR_STALESTATEID,
1143 NFSERR_STALESTATEID,
1215 NFSERR_STALESTATEID,
nfs_nfsdsocket.c 602 nd->nd_repstat == NFSERR_STALESTATEID ||
nfs_nfsdstate.c 3425 error = NFSERR_STALESTATEID;
4015 ret = NFSERR_STALESTATEID;
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 611 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION)
769 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION)
810 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION)
1118 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION)
1124 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1133 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1375 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION)
1379 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1388 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID ||
1544 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION
    [all...]
nfs_clport.c 1223 case NFSERR_STALESTATEID:
nfs_clstate.c 1874 * NFSERR_STALESTATEID or NFSERR_BADSESSION. It traverses the clientid lists,
1945 * clientid/stateid and will get a NFSERR_STALESTATEID,
2764 * NFSERR_STALESTATEID or NFSERR_BADSESSION is received.
3912 if (ret == NFSERR_STALESTATEID ||
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 960 j != NFSERR_STALESTATEID &&
981 nd->nd_repstat == NFSERR_STALESTATEID) &&
nfsproto.h 136 #define NFSERR_STALESTATEID 10023

Completed in 67 milliseconds