Searched refs:nfsds_failerr (Results 1 – 2 of 2) sorted by relevance
4414 if (failpos == -1 && nfsds_failerr(ret)) in nfsrv_pnfscreate()4438 if (failpos == -1 && nfsds_failerr(tdsc->err)) in nfsrv_pnfscreate()4656 if (failpos == -1 && nfsds_failerr(ret)) in nfsrv_pnfsremove()4670 if (failpos == -1 && nfsds_failerr(tdsrm->err)) in nfsrv_pnfsremove()4880 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()4902 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()4918 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()5503 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_writedsrpc()5663 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_allocatedsrpc()5847 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_setattrdsrpc()[all …]
1186 #define nfsds_failerr(e) ((e) == ENXIO || (e) == EIO) macro