Searched refs:dict_maxcount (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
H A Ddict.h67 dictcount_t dict_maxcount; member in struct:dict_t
129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount)
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount)
H A Ddict.c66 #define maxcount dict_maxcount
/external/f2fs-tools/fsck/
H A Ddict.h67 dictcount_t dict_maxcount; member in struct:dict_t
129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount)
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount)
H A Ddict.c61 #define maxcount dict_maxcount

Completed in 48 milliseconds