Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c337 case NFS4ERR_MOVED: in nfs4_stat_to_str()
H A Dnfs4_srv_readdir.c132 return (NFS4ERR_MOVED); in nfs4_readdir_getvp()
166 return (NFS4ERR_MOVED); in nfs4_readdir_getvp()
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.c5346 if (!isdotdot && res.status == NFS4ERR_MOVED) { in nfs4lookupvalidate_otw()
5784 if (!isdotdot && res.status == NFS4ERR_MOVED) { in nfs4lookupnew_otw()
14063 case NFS4ERR_MOVED: in nfs4frlock_results_default()
H A Dnfs4_srv.c2398 *cs->statusp = resp->status = NFS4ERR_MOVED; in rfs4_op_getfh()
2407 *cs->statusp = resp->status = NFS4ERR_MOVED; in rfs4_op_getfh()
/titanic_41/usr/src/head/rpcsvc/
H A Dnfs4_prot.x137 NFS4ERR_MOVED = 10019,/* file system relocated */ enumerator
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h114 NFS4ERR_MOVED = 10019, enumerator
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3932 case NFS4ERR_MOVED: p = "NFS4ERR_MOVED"; break; in status_name()