Home
last modified time | relevance | path

Searched refs:dict_set_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/f2fs-tools/fsck/
Ddict.h90 extern void dict_set_allocator(dict_t *, dnode_alloc_t, dnode_free_t, void *);
Dmkquota.c175 dict_set_allocator(dict, NULL, quota_dnode_free, NULL); in quota_init_context()
Ddict.c272 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, in dict_set_allocator() function
1463 dict_set_allocator(d, new_node, del_node, NULL); in main()