Searched refs:NFS4ERR_STALE (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_recovery.c | 243 case NFS4ERR_STALE: in nfs4_needs_recovery() 1953 case NFS4ERR_STALE: in recov_filehandle() 2037 case NFS4ERR_STALE: in recov_stale() 2058 if (e.error || e.stat != NFS4ERR_STALE) { in recov_stale() 2073 nfs4_fail_recov(vp, fail_msg, 0, NFS4ERR_STALE); in recov_stale() 2090 case NFS4ERR_STALE: in recov_stale() 2110 if (nfs4_try_failover(&e) == 0 && e.stat != NFS4ERR_STALE) { in recov_stale() 2115 nfs4_fail_recov(vp, fail_msg, 0, NFS4ERR_STALE); in recov_stale() 2155 nfs4_fail_recov(vp, fail_msg, 0, NFS4ERR_STALE); in recov_stale() 3218 case NFS4ERR_STALE: in errs_to_action() [all …]
|
H A D | nfs4_common.c | 301 case NFS4ERR_STALE: in nfs4_stat_to_str()
|
H A D | nfs4_subr.c | 261 return (NFS4ERR_STALE); in puterrno4() 313 case NFS4ERR_STALE: in geterrno4() 1877 case NFS4ERR_STALE: in nfs4_remap_file()
|
H A D | nfs_export.c | 2384 *statp = NFS4ERR_STALE; in nfs4_fhtovp() 2430 *statp = NFS4ERR_STALE; in nfs4_fhtovp()
|
H A D | nfs4_callback.c | 1510 e.stat == NFS4ERR_STALE || in nfs4_do_delegreturn()
|
H A D | nfs4_srv.c | 3582 *cs->statusp = resp->status = NFS4ERR_STALE; in rfs4_op_putfh() 7557 resp->status = NFS4ERR_STALE; in rfs4_op_open()
|
H A D | nfs4_vnops.c | 14072 case NFS4ERR_STALE: in nfs4frlock_results_default()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | nfs4ops.c | 341 case NFS4ERR_STALE: in nfs4_error()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs4_prot.x | 119 NFS4ERR_STALE = 70, /* file no longer exists */ enumerator
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 96 NFS4ERR_STALE = 70, enumerator
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 3914 case NFS4ERR_STALE: p = "NFS4ERR_STALE"; break; in status_name()
|