Home | History | Annotate | Download | only in e2fsck

Lines Matching full:fullcount

1087     dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
1093 while (fullcount >= nodecount && fullcount)
1094 fullcount >>= 1;
1096 botrowcount = nodecount - fullcount;