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

  /src/sys/fs/nfs/common/
nfsrvstate.h 96 u_int32_t lc_stateindex; /* Current state index# */ member in struct:nfsclient
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 270 new_clp->lc_stateindex = 0;
360 new_clp->lc_stateindex = 0;
430 new_clp->lc_stateindex = clp->lc_stateindex;
4338 clp->lc_stateindex++;
4339 if (clp->lc_stateindex != clp->lc_statemaxindex)
4340 return (clp->lc_stateindex);
4388 clp->lc_stateindex = min_index + 1;
4391 return (clp->lc_stateindex);

Completed in 15 milliseconds