Home
last modified time | relevance | path

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

/illumos-gate/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.c3165 *cs->statusp = resp->status = NFS4ERR_SYMLINK; in rfs4_op_lookup()
3228 *cs->statusp = resp->status = NFS4ERR_SYMLINK; in rfs4_op_lookupp()
6361 return (NFS4ERR_SYMLINK); in rfs4_lookupfile()
6444 status = NFS4ERR_SYMLINK; in create_vnode()
6649 status = NFS4ERR_SYMLINK; in rfs4_createfile()
7244 resp->status = NFS4ERR_SYMLINK; in rfs4_do_openprev()
H A Dnfs4_subr.c369 case NFS4ERR_SYMLINK: in geterrno4()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c336 case NFS4ERR_SYMLINK: in nfs4_stat_str()
H A Dnfs_clnt.c218 TBL_ENTRY(NFS4ERR_SYMLINK),
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x165 NFS4ERR_SYMLINK = 10029, /* should be file/directory */ enumerator
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h130 NFS4ERR_SYMLINK = 10029, enumerator
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3944 case NFS4ERR_SYMLINK: p = "NFS4ERR_SYMLINK"; break; in status_name()