Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c497 return (geterrno4(res.status)); in secinfo_tryroot_otw()
511 return (geterrno4(res.status)); in secinfo_tryroot_otw()
734 e.error = geterrno4(res.status); in nfs4secinfo_otw()
751 e.error = geterrno4(res.status); in nfs4secinfo_otw()
772 return (geterrno4(res.status)); in nfs4secinfo_otw()
946 return (geterrno4(res.status)); in nfs4_secinfo_fh_otw()
1050 error = geterrno4(NFS4ERR_WRONGSEC); in nfs4_secinfo_recov()
H A Dnfs4_vnops.c1255 e.error = geterrno4(res.status); in nfs4open_otw()
1435 e.error = geterrno4(e.stat); in nfs4open_otw()
4429 e.error = geterrno4(res.status); in nfs4_access()
4596 e.error = geterrno4(res.status); in nfs4_readlink()
4900 e.error = geterrno4(res.status); in nfs4_inactive_otw()
5420 e.error = geterrno4(res.status); in nfs4lookupvalidate_otw()
5498 e.error = geterrno4(res.status); in nfs4lookupvalidate_otw()
5854 e.error = geterrno4(res.status); in nfs4lookupnew_otw()
5980 e.error = geterrno4(res.status); in nfs4lookupnew_otw()
11284 e.error = geterrno4(e.stat); in nfs4_delmap_callback()
[all …]
H A Dnfs4_client.c844 e.error = geterrno4(e.stat); in nfs4_getattr_otw()
1026 e.error = geterrno4(res.status); in nfs4_attr_otw()
1034 e.error = geterrno4(res.status); in nfs4_attr_otw()
3554 e.error = geterrno4(res.status); in nfs4renew()
H A Dnfs4_vfsops.c1306 e.error = geterrno4(res.status); in getlinktext_otw()
1814 ep->error = geterrno4(res.status); in nfs4getfh_otw()
2512 error = e.error ? e.error : geterrno4(e.stat); in nfs4rootvp()
3394 n4ep->error = geterrno4(n4ep->stat); in nfs4setclientid()
H A Dnfs4_srv_attr.c438 return (geterrno4(status)); in fattr4_get_change()
1015 return (geterrno4(status)); in rfs4_fattr4_acl()
H A Dnfs4_recovery.c3132 recovp->rc_error = (error != 0 ? error : geterrno4(stat)); in errs_to_action()
3145 recovp->rc_error = geterrno4(stat); in errs_to_action()
H A Dnfs4_subr.c274 geterrno4(enum nfsstat4 status) in geterrno4() function
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1451 extern int geterrno4(nfsstat4);