Searched defs:ll_disk (Results 1 – 1 of 1) sorted by relevance
71 struct ll_disk { struct72 struct dm_transaction_manager *tm;73 struct dm_btree_info bitmap_info;74 struct dm_btree_info ref_count_info;76 uint32_t block_size;77 uint32_t entries_per_block;78 dm_block_t nr_blocks;79 dm_block_t nr_allocated;84 dm_block_t bitmap_root;86 dm_block_t ref_count_root;[all …]