Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Ddict.h67 dictcount_t dict_maxcount; member
129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount)
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount)
Ddict.c60 #define maxcount dict_maxcount