Searched refs:clstr_dict (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 103 static dict_t clstr_dict, ino_dict; variable 129 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe() 137 dict_alloc_insert(&clstr_dict, INT_TO_VOIDPTR(cluster), db); in add_dupe() 232 dict_init(&clstr_dict, DICTCOUNT_T_MAX, dict_int_cmp); in e2fsck_pass1_dupblocks() 234 dict_set_allocator(&clstr_dict, NULL, cluster_dnode_free, NULL); in e2fsck_pass1_dupblocks() 271 dict_free_nodes(&clstr_dict); in e2fsck_pass1_dupblocks() 537 m = dict_lookup(&clstr_dict, in pass1d() 663 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(c)); in delete_file_block() 822 n = dict_lookup(&clstr_dict, in clone_file_block() 972 n = dict_lookup(&clstr_dict, in clone_file()
|