Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/support/
Ddict.h91 extern void dict_set_allocator(dict_t *, dnode_alloc_t, dnode_free_t, void *);
Ddict.c287 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, in dict_set_allocator() function
1503 dict_set_allocator(d, new_node, del_node, NULL); in main()
Dmkquota.c324 dict_set_allocator(dict, NULL, quota_dnode_free, NULL); in quota_init_context()
/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()
/third_party/e2fsprogs/e2fsck/
Dpass1b.c234 dict_set_allocator(&ino_dict, NULL, inode_dnode_free, NULL); in e2fsck_pass1_dupblocks()
235 dict_set_allocator(&clstr_dict, NULL, cluster_dnode_free, NULL); in e2fsck_pass1_dupblocks()