Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Ddict.c1087 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; in dict_load_end() local
1093 while (fullcount >= nodecount && fullcount) in dict_load_end()
1094 fullcount >>= 1; in dict_load_end()
1096 botrowcount = nodecount - fullcount; in dict_load_end()