Home
last modified time | relevance | path

Searched refs:NFSERR_STALESTATEID (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdsubs.c505 NFSERR_STALESTATEID,
583 NFSERR_STALESTATEID,
679 NFSERR_STALESTATEID,
728 NFSERR_STALESTATEID,
872 NFSERR_STALESTATEID,
892 NFSERR_STALESTATEID,
949 NFSERR_STALESTATEID,
1136 NFSERR_STALESTATEID,
1207 NFSERR_STALESTATEID,
HDnfs_nfsdsocket.c529 nd->nd_repstat == NFSERR_STALESTATEID || in nfsrvd_dorpc()
HDnfs_nfsdstate.c3419 error = NFSERR_STALESTATEID; in nfsrv_delegupdate()
4009 ret = NFSERR_STALESTATEID; in nfsrv_checkrestart()
/NextBSD/sys/fs/nfsclient/
HDnfs_clrpcops.c607 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION) in nfsrpc_opendowngrade()
765 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION) in nfsrpc_closerpc()
806 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION) in nfsrpc_openconfirm()
1113 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION) in nfsrpc_setattr()
1119 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_setattr()
1128 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_setattr()
1370 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION) in nfsrpc_read()
1374 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_read()
1383 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_read()
1540 if (error == NFSERR_STALESTATEID || error == NFSERR_BADSESSION) in nfsrpc_write()
[all …]
HDnfs_clport.c1217 case NFSERR_STALESTATEID: in nfscl_maperr()
HDnfs_clstate.c3910 if (ret == NFSERR_STALESTATEID || in nfscl_recalldeleg()
/NextBSD/sys/fs/nfs/
HDnfs_commonkrpc.c953 j != NFSERR_STALESTATEID && in newnfs_request()
974 nd->nd_repstat == NFSERR_STALESTATEID) && in newnfs_request()
HDnfsproto.h134 #define NFSERR_STALESTATEID 10023 macro