Searched refs:nfsds_failerr (Results 1 – 2 of 2) sorted by relevance
5479 if (failpos == -1 && nfsds_failerr(ret)) in nfsrv_pnfscreate()5492 if (failpos == -1 && j > 1 && nfsds_failerr(error)) { in nfsrv_pnfscreate()5505 if (failpos == -1 && nfsds_failerr(tdsc->err)) in nfsrv_pnfscreate()5716 if (failpos == -1 && nfsds_failerr(ret)) in nfsrv_pnfsremove()5721 if (failpos == -1 && dsfilecnt > 1 && nfsds_failerr(ret)) in nfsrv_pnfsremove()5730 if (failpos == -1 && nfsds_failerr(tdsrm->err)) in nfsrv_pnfsremove()5979 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()6605 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_readdsrpc()6616 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_readdsrpc()6630 if (nfsds_failerr(tdrpc->err) && *failposp == -1) in nfsrv_readdsrpc()[all …]
1189 #define nfsds_failerr(e) ((e) == ENXIO || (e) == EIO) macro