Home
last modified time | relevance | path

Searched refs:NFS4ERR_MOVED (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c337 case NFS4ERR_MOVED: in nfs4_stat_to_str()
H A Dnfs4_srv_readdir.c837 rddirattr_error = NFS4ERR_MOVED; in rfs4_op_readdir()
H A Dnfs4_vfsops.c1842 res.status != NFS4ERR_MOVED) { in nfs4getfh_otw()
1857 if (res.status == NFS4ERR_SYMLINK || res.status == NFS4ERR_MOVED) { in nfs4getfh_otw()
1892 } else if (res.status == NFS4ERR_MOVED) { in nfs4getfh_otw()
H A Dnfs4_recovery.c248 case NFS4ERR_MOVED: in nfs4_needs_recovery()
3152 case NFS4ERR_MOVED: in errs_to_action()
H A Dnfs4_subr.c349 case NFS4ERR_MOVED: in geterrno4()
H A Dnfs4_vnops.c5348 if (!isdotdot && res.status == NFS4ERR_MOVED) { in nfs4lookupvalidate_otw()
5786 if (!isdotdot && res.status == NFS4ERR_MOVED) { in nfs4lookupnew_otw()
13944 case NFS4ERR_MOVED: in nfs4frlock_results_default()
H A Dnfs4_srv.c2632 *cs->statusp = resp->status = NFS4ERR_MOVED; in rfs4_op_getfh()
2641 *cs->statusp = resp->status = NFS4ERR_MOVED; in rfs4_op_getfh()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c316 case NFS4ERR_MOVED: in nfs4_stat_str()
H A Dnfs_clnt.c208 TBL_ENTRY(NFS4ERR_MOVED),
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x155 NFS4ERR_MOVED = 10019, /* file system relocated */ enumerator
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h120 NFS4ERR_MOVED = 10019, enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3933 case NFS4ERR_MOVED: p = "NFS4ERR_MOVED"; break; in status_name()