Home
last modified time | relevance | path

Searched defs:dict_isfull (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Ddict.h129 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount) macro
131 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount) macro
Ddict.c962 int dict_isfull(dict_t *dict) in dict_isfull() function