Searched refs:dict_create (Results 1 – 2 of 2) sorted by relevance
/third_party/f2fs-tools/fsck/ | ||
D | dict.h | 89 extern dict_t *dict_create(dictcount_t, dict_comp_t); |
D | dict.c | 248 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create() function |