Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dlookup.c213 (error != NFS4ERR_NOENT)) { in stlookuppn()
H A Dnfs4ops.c291 case NFS4ERR_NOENT: in nfs4_error()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c269 case NFS4ERR_NOENT: in nfs4_stat_to_str()
H A Dnfs4_subr.c205 return (NFS4ERR_NOENT); in puterrno4()
281 case NFS4ERR_NOENT: in geterrno4()
H A Dnfs4_recovery.c2362 if ((error == 0) && (stat != NFS4ERR_NOENT) && in nfs4_recov_fh_fail()
2553 if (e.error == ENOENT || e.stat == NFS4ERR_NOENT) { in recov_openfiles()
/titanic_41/usr/src/head/rpcsvc/
H A Dnfs4_prot.x102 NFS4ERR_NOENT = 2, /* no such file/directory */ enumerator
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h80 NFS4ERR_NOENT = 2, enumerator
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3898 case NFS4ERR_NOENT: p = "NFS4ERR_NOENT"; break; in status_name()