Home
last modified time | relevance | path

Searched refs:NFS4ERR_SYMLINK (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c357 case NFS4ERR_SYMLINK: in nfs4_stat_to_str()
H A Dnfs4_vfsops.c1841 if (res.status && res.status != NFS4ERR_SYMLINK && in nfs4getfh_otw()
1857 if (res.status == NFS4ERR_SYMLINK || res.status == NFS4ERR_MOVED) { in nfs4getfh_otw()
1883 if (res.status == NFS4ERR_SYMLINK) { in nfs4getfh_otw()
H A Dnfs4_srv.c2924 *cs->statusp = resp->status = NFS4ERR_SYMLINK; in rfs4_op_lookup()
6194 return (NFS4ERR_SYMLINK); in rfs4_lookupfile()
6277 status = NFS4ERR_SYMLINK; in create_vnode()
6453 status = NFS4ERR_SYMLINK; in rfs4_createfile()
7040 resp->status = NFS4ERR_SYMLINK; in rfs4_do_openprev()
H A Dnfs4_subr.c369 case NFS4ERR_SYMLINK: in geterrno4()
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs4_prot.x147 NFS4ERR_SYMLINK = 10029,/* should be file/directory */ enumerator
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h124 NFS4ERR_SYMLINK = 10029, enumerator
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3943 case NFS4ERR_SYMLINK: p = "NFS4ERR_SYMLINK"; break; in status_name()