Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Ddict.h111 extern int dict_isfull(dict_t *);
129 #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.c575 dict_assert (!dict_isfull(dict)); in dict_insert()
953 #undef dict_isfull
968 int dict_isfull(dict_t *dict) in dict_isfull() function