Searched refs:nfsds_failerr (Results 1 – 2 of 2) sorted by relevance
4520 if (failpos == -1 && nfsds_failerr(ret)) in nfsrv_pnfscreate()4544 if (failpos == -1 && nfsds_failerr(tdsc->err)) in nfsrv_pnfscreate()4761 if (failpos == -1 && nfsds_failerr(ret)) in nfsrv_pnfsremove()4985 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()5007 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()5026 if (nfsds_failerr(error) && mirrorcnt > 1) { in nfsrv_proxyds()5611 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_writedsrpc()5771 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_allocatedsrpc()5952 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_deallocatedsrpc()6136 if (nfsds_failerr(ret) && *failposp == -1) in nfsrv_setattrdsrpc()[all …]
1202 #define nfsds_failerr(e) ((e) == ENXIO || (e) == EIO) macro