Lines Matching defs:t

60 static inline sector_t *get_node(struct dm_table *t,  in get_node()
70 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
85 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
104 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
132 struct dm_table *t; in dm_table_create() local
184 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
373 struct dm_table *t = ti->table; in dm_get_device() local
460 struct dm_table *t = ti->table; in dm_put_device() local
491 static int adjoin(struct dm_table *t, struct dm_target *ti) in adjoin()
611 static int validate_hardware_logical_block_alignment(struct dm_table *t, in validate_hardware_logical_block_alignment()
678 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target()
847 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type) in dm_table_set_type()
871 static bool dm_table_supports_dax(struct dm_table *t, in dm_table_supports_dax()
903 static int dm_table_determine_type(struct dm_table *t) in dm_table_determine_type()
1004 enum dm_queue_mode dm_table_get_type(struct dm_table *t) in dm_table_get_type()
1009 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t) in dm_table_get_immutable_target_type()
1014 struct dm_target *dm_table_get_immutable_target(struct dm_table *t) in dm_table_get_immutable_target()
1024 struct dm_target *dm_table_get_wildcard_target(struct dm_table *t) in dm_table_get_wildcard_target()
1036 bool dm_table_bio_based(struct dm_table *t) in dm_table_bio_based()
1041 bool dm_table_request_based(struct dm_table *t) in dm_table_request_based()
1046 static int dm_table_alloc_md_mempools(struct dm_table *t, struct mapped_device *md) in dm_table_alloc_md_mempools()
1107 static int setup_indexes(struct dm_table *t) in setup_indexes()
1136 static int dm_table_build_index(struct dm_table *t) in dm_table_build_index()
1180 struct dm_table *t; in dm_keyslot_evict() local
1225 static void dm_table_destroy_crypto_profile(struct dm_table *t) in dm_table_destroy_crypto_profile()
1240 static int dm_table_construct_crypto_profile(struct dm_table *t) in dm_table_construct_crypto_profile()
1308 struct dm_table *t) in dm_update_crypto_profile()
1326 static int dm_table_construct_crypto_profile(struct dm_table *t) in dm_table_construct_crypto_profile()
1335 static void dm_table_destroy_crypto_profile(struct dm_table *t) in dm_table_destroy_crypto_profile()
1340 struct dm_table *t) in dm_update_crypto_profile()
1350 int dm_table_complete(struct dm_table *t) in dm_table_complete()
1380 void dm_table_event_callback(struct dm_table *t, in dm_table_event_callback()
1389 void dm_table_event(struct dm_table *t) in dm_table_event()
1398 inline sector_t dm_table_get_size(struct dm_table *t) in dm_table_get_size()
1410 struct dm_target *dm_table_find_target(struct dm_table *t, sector_t sector) in dm_table_find_target()
1453 static bool dm_table_any_dev_attr(struct dm_table *t, in dm_table_any_dev_attr()
1483 bool dm_table_has_no_data_devices(struct dm_table *t) in dm_table_has_no_data_devices()
1521 static bool dm_table_supports_zoned(struct dm_table *t, bool zoned) in dm_table_supports_zoned()
1567 static int validate_hardware_zoned(struct dm_table *t, bool zoned, in validate_hardware_zoned()
1595 int dm_calculate_queue_limits(struct dm_table *t, in dm_calculate_queue_limits()
1701 static bool dm_table_supports_flush(struct dm_table *t) in dm_table_supports_flush()
1735 static bool dm_table_supports_write_zeroes(struct dm_table *t) in dm_table_supports_write_zeroes()
1751 static bool dm_table_supports_nowait(struct dm_table *t) in dm_table_supports_nowait()
1769 static bool dm_table_supports_discards(struct dm_table *t) in dm_table_supports_discards()
1798 static bool dm_table_supports_secure_erase(struct dm_table *t) in dm_table_supports_secure_erase()
1814 int dm_table_set_restrictions(struct dm_table *t, struct request_queue *q, in dm_table_set_restrictions()
1881 struct list_head *dm_table_get_devices(struct dm_table *t) in dm_table_get_devices()
1886 blk_mode_t dm_table_get_mode(struct dm_table *t) in dm_table_get_mode()
1898 static void suspend_targets(struct dm_table *t, enum suspend_mode mode) in suspend_targets()
1922 void dm_table_presuspend_targets(struct dm_table *t) in dm_table_presuspend_targets()
1930 void dm_table_presuspend_undo_targets(struct dm_table *t) in dm_table_presuspend_undo_targets()
1938 void dm_table_postsuspend_targets(struct dm_table *t) in dm_table_postsuspend_targets()
1946 int dm_table_resume_targets(struct dm_table *t) in dm_table_resume_targets()
1977 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md()
1983 const char *dm_table_device_name(struct dm_table *t) in dm_table_device_name()
1989 void dm_table_run_md_queue_async(struct dm_table *t) in dm_table_run_md_queue_async()