Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdsubs.c509 NFSERR_STALESTATEID,
587 NFSERR_STALESTATEID,
683 NFSERR_STALESTATEID,
732 NFSERR_STALESTATEID,
876 NFSERR_STALESTATEID,
896 NFSERR_STALESTATEID,
953 NFSERR_STALESTATEID,
1140 NFSERR_STALESTATEID,
1212 NFSERR_STALESTATEID,
HDnfs_nfsdsocket.c691 nd->nd_repstat == NFSERR_STALESTATEID || in nfsrvd_dorpc()
HDnfs_nfsdstate.c3633 error = NFSERR_STALESTATEID; in nfsrv_delegupdate()
4351 ret = NFSERR_STALESTATEID; in nfsrv_checkrestart()
/freebsd-head/sys/fs/nfsclient/
HDnfs_clrpcops.c808 if (error == NFSERR_STALESTATEID) in nfsrpc_opendowngrade()
979 if (!NFSHASNFSV4N(nmp) && error == NFSERR_STALESTATEID) in nfsrpc_closerpc()
1021 if (error == NFSERR_STALESTATEID) in nfsrpc_openconfirm()
1424 if (error == NFSERR_STALESTATEID) in nfsrpc_setattr()
1430 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_setattr()
1443 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_setattr()
1836 if (error == NFSERR_STALESTATEID) in nfsrpc_read()
1840 if (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_read()
1853 } while (error == NFSERR_GRACE || error == NFSERR_STALESTATEID || in nfsrpc_read()
2012 if (error == NFSERR_STALESTATEID) in nfsrpc_write()
[all …]
HDnfs_clport.c1187 case NFSERR_STALESTATEID: in nfscl_maperr()
HDnfs_clstate.c4414 if (ret == NFSERR_STALESTATEID || in nfscl_recalldeleg()
/freebsd-head/sys/fs/nfs/
HDnfs_commonkrpc.c1402 j != NFSERR_STALESTATEID && in newnfs_request()
1425 nd->nd_repstat == NFSERR_STALESTATEID) && in newnfs_request()
HDnfsproto.h148 #define NFSERR_STALESTATEID 10023 macro