Searched refs:blk_dict (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c4626 static dict_t blk_dict, ino_dict; variable
4652 n = dict_lookup(&blk_dict, INT_TO_VOIDPTR(blk));
4660 dict_alloc_insert(&blk_dict, INT_TO_VOIDPTR(blk), db);
4741 dict_init(&blk_dict, DICTCOUNT_T_MAX, dict_int_cmp);
4743 dict_set_allocator(&blk_dict, block_dnode_free);
4754 dict_free_nodes(&blk_dict);
4969 m = dict_lookup(&blk_dict, INT_TO_VOIDPTR(s->block));
5076 n = dict_lookup(&blk_dict, INT_TO_VOIDPTR(*block_nr));
5177 n = dict_lookup(&blk_dict, INT_TO_VOIDPTR(*block_nr));
5272 n = dict_lookup(&blk_dict, INT_TO_VOIDPT
[all...]

Completed in 102 milliseconds