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

  /src/sys/fs/nfs/common/
nfsrvcache.h 57 int repstat; /* Reply status */ member in union:nfsrvcache::__anon6792
78 #define rc_status rc_un.repstat
nfs_commonsubs.c 4105 * Use the "rep" argument to return the cached reply if repstat is set to
4106 * NFSERR_REPLYFROMCACHE. The client never sets repstat to this value.
4109 nfsv4_seqsess_cacherep(uint32_t slotid, struct nfsslot *slots, int repstat,
4113 if (repstat == NFSERR_REPLYFROMCACHE) {
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 2239 * repstat is passed back out as an error if more critical errors
2245 NFSPROC_T *p, int repstat)
2318 * If none of the above errors occurred, let repstat be
2321 if (repstat && !error)
2322 error = repstat;
5867 nfsrv_cache_session(uint8_t *sessionid, uint32_t slotid, int repstat,
5882 nfsv4_seqsess_cacherep(slotid, sep->sess_slots, repstat, m);

Completed in 39 milliseconds