Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass1b.c102 static dict_t clstr_dict, ino_dict; variable
128 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe()
136 dict_alloc_insert(&clstr_dict, INT_TO_VOIDPTR(cluster), db); in add_dupe()
231 dict_init(&clstr_dict, DICTCOUNT_T_MAX, dict_int_cmp); in e2fsck_pass1_dupblocks()
233 dict_set_allocator(&clstr_dict, NULL, cluster_dnode_free, NULL); in e2fsck_pass1_dupblocks()
252 dict_free_nodes(&clstr_dict); in e2fsck_pass1_dupblocks()
487 m = dict_lookup(&clstr_dict, in pass1d()
602 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(c)); in delete_file_block()
725 n = dict_lookup(&clstr_dict, in clone_file_block()
838 n = dict_lookup(&clstr_dict, in clone_file()