Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h111 u_int32_t lc_statemaxindex; /* Max state index# */ member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c406 new_clp->lc_statemaxindex = 0; in nfsrv_setclient()
519 new_clp->lc_statemaxindex = 0; in nfsrv_setclient()
601 new_clp->lc_statemaxindex = clp->lc_statemaxindex; in nfsrv_setclient()
4766 if (clp->lc_stateindex != clp->lc_statemaxindex) in nfsrv_nextstateindex()
4816 clp->lc_statemaxindex = max_index; in nfsrv_nextstateindex()