Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
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.c569 assert (!dict_isfull(dict)); in dict_insert()
947 #undef dict_isfull
962 int dict_isfull(dict_t *dict) in dict_isfull() function