Home
last modified time | relevance | path

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

/aosp_15_r20/external/e2fsprogs/lib/support/
H A Ddict.h61 typedef dnode_t *(*dnode_alloc_t)(void *); typedef
70 dnode_alloc_t dict_allocnode;
92 extern void dict_set_allocator(dict_t *, dnode_alloc_t, dnode_free_t, void *);
H A Ddict.c288 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, in dict_set_allocator()
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddict.h60 typedef dnode_t *(*dnode_alloc_t)(void *); typedef
69 dnode_alloc_t dict_allocnode;
90 extern void dict_set_allocator(dict_t *, dnode_alloc_t, dnode_free_t, void *);
H A Ddict.c271 void dict_set_allocator(dict_t *dict, dnode_alloc_t al, in dict_set_allocator()