Searched defs:ll_disk (Results 1 – 1 of 1) sorted by relevance
57 struct ll_disk { struct58 struct dm_transaction_manager *tm;59 struct dm_btree_info bitmap_info;60 struct dm_btree_info ref_count_info;62 uint32_t block_size;63 uint32_t entries_per_block;64 dm_block_t nr_blocks;65 dm_block_t nr_allocated;70 dm_block_t bitmap_root;72 dm_block_t ref_count_root;[all …]