Home
last modified time | relevance | path

Searched refs:lc_stateindex (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h110 u_int32_t lc_stateindex; /* Current state index# */ member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c405 new_clp->lc_stateindex = 0; in nfsrv_setclient()
518 new_clp->lc_stateindex = 0; in nfsrv_setclient()
600 new_clp->lc_stateindex = clp->lc_stateindex; in nfsrv_setclient()
4765 clp->lc_stateindex++; in nfsrv_nextstateindex()
4766 if (clp->lc_stateindex != clp->lc_statemaxindex) in nfsrv_nextstateindex()
4767 return (clp->lc_stateindex); in nfsrv_nextstateindex()
4815 clp->lc_stateindex = min_index + 1; in nfsrv_nextstateindex()
4818 return (clp->lc_stateindex); in nfsrv_nextstateindex()