Home
last modified time | relevance | path

Searched refs:dm_thin_device (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/md/
Ddm-thin-metadata.h34 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 …]
Ddm-thin-metadata.c228 struct dm_thin_device { struct
829 struct dm_thin_device *td, *tmp; in __write_changed_details()
975 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close()
1016 struct dm_thin_device **td) in __open_device()
1019 struct dm_thin_device *td2; in __open_device()
1077 static void __close_device(struct dm_thin_device *td) in __close_device()
1088 struct dm_thin_device *td; in __create_thin()
1138 struct dm_thin_device *snap, in __set_snapshot_details()
1142 struct dm_thin_device *td; in __set_snapshot_details()
1164 struct dm_thin_device *td; in __create_snap()
[all …]
Ddm-thin.c120 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()