Lines Matching defs:t

57 static inline sector_t *get_node(struct dm_table *t,  in get_node()
67 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
82 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
119 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
147 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local
190 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
374 struct dm_table *t = ti->table; in dm_get_device() local
648 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target()
814 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type) in dm_table_set_type()
841 bool dm_table_supports_dax(struct dm_table *t, in dm_table_supports_dax()
875 static int dm_table_determine_type(struct dm_table *t) in dm_table_determine_type()
979 enum dm_queue_mode dm_table_get_type(struct dm_table *t) in dm_table_get_type()
984 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t) in dm_table_get_immutable_target_type()
989 struct dm_target *dm_table_get_immutable_target(struct dm_table *t) in dm_table_get_immutable_target()
999 struct dm_target *dm_table_get_wildcard_target(struct dm_table *t) in dm_table_get_wildcard_target()
1013 bool dm_table_bio_based(struct dm_table *t) in dm_table_bio_based()
1018 bool dm_table_request_based(struct dm_table *t) in dm_table_request_based()
1023 static int dm_table_alloc_md_mempools(struct dm_table *t, struct mapped_device *md) in dm_table_alloc_md_mempools()
1051 void dm_table_free_md_mempools(struct dm_table *t) in dm_table_free_md_mempools()
1057 struct dm_md_mempools *dm_table_get_md_mempools(struct dm_table *t) in dm_table_get_md_mempools()
1062 static int setup_indexes(struct dm_table *t) in setup_indexes()
1091 static int dm_table_build_index(struct dm_table *t) in dm_table_build_index()
1119 static struct gendisk * dm_table_get_integrity_disk(struct dm_table *t) in dm_table_get_integrity_disk()
1163 static int dm_table_register_integrity(struct dm_table *t) in dm_table_register_integrity()
1208 int dm_table_complete(struct dm_table *t) in dm_table_complete()
1238 void dm_table_event_callback(struct dm_table *t, in dm_table_event_callback()
1247 void dm_table_event(struct dm_table *t) in dm_table_event()
1256 inline sector_t dm_table_get_size(struct dm_table *t) in dm_table_get_size()
1262 struct dm_target *dm_table_get_target(struct dm_table *t, unsigned int index) in dm_table_get_target()
1276 struct dm_target *dm_table_find_target(struct dm_table *t, sector_t sector) in dm_table_find_target()
1341 static bool dm_table_supports_zoned_model(struct dm_table *t, in dm_table_supports_zoned_model()
1371 static bool dm_table_matches_zone_sectors(struct dm_table *t, in dm_table_matches_zone_sectors()
1503 static void dm_table_verify_integrity(struct dm_table *t) in dm_table_verify_integrity()
1537 static bool dm_table_supports_flush(struct dm_table *t, unsigned long flush) in dm_table_supports_flush()
1579 static int dm_table_supports_dax_write_cache(struct dm_table *t) in dm_table_supports_dax_write_cache()
1612 static bool dm_table_all_devices_attribute(struct dm_table *t, in dm_table_all_devices_attribute()
1637 static bool dm_table_supports_write_same(struct dm_table *t) in dm_table_supports_write_same()
1664 static bool dm_table_supports_write_zeroes(struct dm_table *t) in dm_table_supports_write_zeroes()
1691 static bool dm_table_supports_nowait(struct dm_table *t) in dm_table_supports_nowait()
1718 static bool dm_table_supports_discards(struct dm_table *t) in dm_table_supports_discards()
1752 static bool dm_table_supports_secure_erase(struct dm_table *t) in dm_table_supports_secure_erase()
1785 static bool dm_table_requires_stable_pages(struct dm_table *t) in dm_table_requires_stable_pages()
1801 void dm_table_set_restrictions(struct dm_table *t, struct request_queue *q, in dm_table_set_restrictions()
1895 unsigned int dm_table_get_num_targets(struct dm_table *t) in dm_table_get_num_targets()
1900 struct list_head *dm_table_get_devices(struct dm_table *t) in dm_table_get_devices()
1905 fmode_t dm_table_get_mode(struct dm_table *t) in dm_table_get_mode()
1917 static void suspend_targets(struct dm_table *t, enum suspend_mode mode) in suspend_targets()
1943 void dm_table_presuspend_targets(struct dm_table *t) in dm_table_presuspend_targets()
1951 void dm_table_presuspend_undo_targets(struct dm_table *t) in dm_table_presuspend_undo_targets()
1959 void dm_table_postsuspend_targets(struct dm_table *t) in dm_table_postsuspend_targets()
1967 int dm_table_resume_targets(struct dm_table *t) in dm_table_resume_targets()
1997 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md()
2003 const char *dm_table_device_name(struct dm_table *t) in dm_table_device_name()
2009 void dm_table_run_md_queue_async(struct dm_table *t) in dm_table_run_md_queue_async()