HomeSort by: relevance | last modified time | path
    Searched refs:NFSERR_SYMLINK (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/common/
oldnfsproto.h 120 #define NFSERR_SYMLINK 10029
nfsproto.h 142 #define NFSERR_SYMLINK 10029
  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 757 NFSERR_SYMLINK,
836 NFSERR_SYMLINK,
nfs_nfsdserv.c 513 * returned is supposed to be NFSERR_SYMLINK and not NFSERR_NOTDIR.
516 nd->nd_repstat = NFSERR_SYMLINK;
2884 nd->nd_repstat = (vp->v_type == VDIR) ? NFSERR_ISDIR : NFSERR_SYMLINK;

Completed in 108 milliseconds