Home
last modified time | relevance | path

Searched refs:NFSERR_STALEDONTRECOVER (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c351 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_open()
360 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_open()
551 ret == NFSERR_STALEDONTRECOVER || in nfsrpc_openrpc()
1145 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_setattr()
1154 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_setattr()
1407 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_read()
1416 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_read()
1578 error == NFSERR_STALEDONTRECOVER || error == NFSERR_DELAY || in nfsrpc_write()
1588 error == NFSERR_STALEDONTRECOVER) && called_from_strategy == 0) || in nfsrpc_write()
1594 error == NFSERR_STALEDONTRECOVER) && called_from_strategy != 0))) in nfsrpc_write()
[all …]
Dnfs_clstate.c910 error == NFSERR_STALEDONTRECOVER || in nfscl_getcl()
917 error == NFSERR_STALEDONTRECOVER) && --trystalecnt > 0) || in nfscl_getcl()
2010 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0); in nfscl_recover()
2329 error == NFSERR_STALEDONTRECOVER) && --trycnt > 0); in nfscl_hasexpired()
3958 ret == NFSERR_STALEDONTRECOVER || in nfscl_recalldeleg()
3990 ret == NFSERR_STALEDONTRECOVER || in nfscl_recalldeleg()
4014 ret == NFSERR_STALEDONTRECOVER || in nfscl_recalldeleg()
/freebsd-10-stable/sys/fs/nfs/
Dnfsproto.h219 #define NFSERR_STALEDONTRECOVER 30006 /* Don't initiate recovery */ macro
Dnfs_commonkrpc.c1075 nd->nd_repstat = NFSERR_STALEDONTRECOVER; in newnfs_request()