Lines Matching defs:ll_disk
72 struct ll_disk { struct
73 struct dm_transaction_manager *tm;
74 struct dm_btree_info bitmap_info;
75 struct dm_btree_info ref_count_info;
77 uint32_t block_size;
78 uint32_t entries_per_block;
79 dm_block_t nr_blocks;
80 dm_block_t nr_allocated;
85 dm_block_t bitmap_root;
87 dm_block_t ref_count_root;
89 struct disk_metadata_index mi_le;
90 load_ie_fn load_ie;
91 save_ie_fn save_ie;
92 init_index_fn init_index;
93 open_index_fn open_index;
94 max_index_entries_fn max_entries;
118 int sm_ll_extend(struct ll_disk *ll, dm_block_t extra_blocks); argument