Searched refs:dm_thin_device (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/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 818 struct dm_thin_device *td, *tmp; in __write_changed_details() 964 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close() 1005 struct dm_thin_device **td) in __open_device() 1008 struct dm_thin_device *td2; in __open_device() 1066 static void __close_device(struct dm_thin_device *td) in __close_device() 1077 struct dm_thin_device *td; in __create_thin() 1127 struct dm_thin_device *snap, in __set_snapshot_details() 1131 struct dm_thin_device *td; in __set_snapshot_details() 1153 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; 2701 struct dm_thin_device *td = tc->td; in thin_bio_map()
|