Lines Matching defs:td

818 	struct dm_thin_device *td, *tmp;  in __write_changed_details()  local
964 struct dm_thin_device *td, *tmp; in dm_pool_metadata_close() local
1005 struct dm_thin_device **td) 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() local
1131 struct dm_thin_device *td; in __set_snapshot_details() local
1153 struct dm_thin_device *td; in __create_snap() local
1220 struct dm_thin_device *td; in __delete_device() local
1463 struct dm_thin_device **td) in dm_pool_open_thin_device()
1475 int dm_pool_close_thin_device(struct dm_thin_device *td) in dm_pool_close_thin_device()
1484 dm_thin_id dm_thin_dev_id(struct dm_thin_device *td) in dm_thin_dev_id()
1495 static bool __snapshotted_since(struct dm_thin_device *td, uint32_t time) in __snapshotted_since()
1500 static void unpack_lookup_result(struct dm_thin_device *td, __le64 value, in unpack_lookup_result()
1513 static int __find_block(struct dm_thin_device *td, dm_block_t block, in __find_block()
1534 int dm_thin_find_block(struct dm_thin_device *td, dm_block_t block, in dm_thin_find_block()
1552 static int __find_next_mapped_block(struct dm_thin_device *td, dm_block_t block, in __find_next_mapped_block()
1568 static int __find_mapped_range(struct dm_thin_device *td, in __find_mapped_range()
1614 int dm_thin_find_mapped_range(struct dm_thin_device *td, in dm_thin_find_mapped_range()
1632 static int __insert(struct dm_thin_device *td, dm_block_t block, in __insert()
1655 int dm_thin_insert_block(struct dm_thin_device *td, dm_block_t block, in dm_thin_insert_block()
1668 static int __remove(struct dm_thin_device *td, dm_block_t block) in __remove()
1684 static int __remove_range(struct dm_thin_device *td, dm_block_t begin, dm_block_t end) in __remove_range()
1743 int dm_thin_remove_block(struct dm_thin_device *td, dm_block_t block) in dm_thin_remove_block()
1755 int dm_thin_remove_range(struct dm_thin_device *td, in dm_thin_remove_range()
1804 bool dm_thin_changed_this_transaction(struct dm_thin_device *td) in dm_thin_changed_this_transaction()
1818 struct dm_thin_device *td, *tmp; in dm_pool_changed_this_transaction() local
1832 bool dm_thin_aborted_changes(struct dm_thin_device *td) in dm_thin_aborted_changes()
1882 struct dm_thin_device *td; in __set_abort_with_changes_flags() local
1965 int dm_thin_get_mapped_count(struct dm_thin_device *td, dm_block_t *result) in dm_thin_get_mapped_count()
1980 static int __highest_block(struct dm_thin_device *td, dm_block_t *result) in __highest_block()
1996 int dm_thin_get_highest_mapped_block(struct dm_thin_device *td, in dm_thin_get_highest_mapped_block()