Searched refs:dm_thin_device (Results 1 – 3 of 3) sorted by relevance
/drivers/md/ |
D | dm-thin-metadata.h | 34 struct dm_thin_device; 129 struct dm_thin_device **td); 131 int dm_pool_close_thin_device(struct dm_thin_device *td); 133 dm_thin_id dm_thin_dev_id(struct dm_thin_device *td); 146 int dm_thin_find_block(struct dm_thin_device *td, dm_block_t block, 153 int dm_thin_find_mapped_range(struct dm_thin_device *td, 166 int dm_thin_insert_block(struct dm_thin_device *td, dm_block_t block, 169 int dm_thin_remove_range(struct dm_thin_device *td, 175 bool dm_thin_changed_this_transaction(struct dm_thin_device *td); 179 bool dm_thin_aborted_changes(struct dm_thin_device *td); [all …]
|
D | dm-thin-metadata.c | 228 struct dm_thin_device { struct 846 struct dm_thin_device *td, *tmp; in __write_changed_details() 992 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close() 1032 struct dm_thin_device **td) in __open_device() 1035 struct dm_thin_device *td2; in __open_device() 1093 static void __close_device(struct dm_thin_device *td) in __close_device() 1104 struct dm_thin_device *td; in __create_thin() 1154 struct dm_thin_device *snap, in __set_snapshot_details() 1158 struct dm_thin_device *td; in __set_snapshot_details() 1180 struct dm_thin_device *td; in __create_snap() [all …]
|
D | dm-thin.c | 120 static void build_key(struct dm_thin_device *td, enum lock_space ls, in build_key() 129 static void build_data_key(struct dm_thin_device *td, dm_block_t b, in build_data_key() 135 static void build_virtual_key(struct dm_thin_device *td, dm_block_t b, in build_virtual_key() 344 struct dm_thin_device *td; 2702 struct dm_thin_device *td = tc->td; in thin_bio_map()
|