Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/support/
Ddict.h113 extern int dict_isfull(dict_t *);
131 #define dict_isfull(D) (SFX_CHECK(D)->dict_nodecount == (D)->dict_maxcount) macro
133 #define dict_isfull(D) ((D)->dict_nodecount == (D)->dict_maxcount) macro
Ddict.c585 dict_assert (!dict_isfull(dict)); in dict_insert()
963 #undef dict_isfull
978 int dict_isfull(dict_t *dict) in dict_isfull() function
/third_party/f2fs-tools/fsck/
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.c551 dict_assert(!dict_isfull(dict)); in dict_insert()
923 #undef dict_isfull
938 int dict_isfull(dict_t *dict) in dict_isfull() function