Lines Matching defs:t
106 static inline sector_t *get_node(struct dm_table *t, in get_node()
116 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high()
131 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index()
168 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets()
204 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local
243 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
279 void dm_table_get(struct dm_table *t) in dm_table_get()
285 void dm_table_put(struct dm_table *t) in dm_table_put()
298 static inline int check_space(struct dm_table *t) in check_space()
466 struct dm_table *t = ti->table; in dm_get_device() local
738 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target()
895 static int dm_table_set_type(struct dm_table *t) in dm_table_set_type()
951 unsigned dm_table_get_type(struct dm_table *t) in dm_table_get_type()
956 struct target_type *dm_table_get_immutable_target_type(struct dm_table *t) in dm_table_get_immutable_target_type()
961 bool dm_table_request_based(struct dm_table *t) in dm_table_request_based()
966 int dm_table_alloc_md_mempools(struct dm_table *t) in dm_table_alloc_md_mempools()
982 void dm_table_free_md_mempools(struct dm_table *t) in dm_table_free_md_mempools()
988 struct dm_md_mempools *dm_table_get_md_mempools(struct dm_table *t) in dm_table_get_md_mempools()
993 static int setup_indexes(struct dm_table *t) in setup_indexes()
1022 static int dm_table_build_index(struct dm_table *t) in dm_table_build_index()
1048 static struct gendisk * dm_table_get_integrity_disk(struct dm_table *t, in dm_table_get_integrity_disk()
1088 static int dm_table_prealloc_integrity(struct dm_table *t, struct mapped_device *md) in dm_table_prealloc_integrity()
1123 int dm_table_complete(struct dm_table *t) in dm_table_complete()
1153 void dm_table_event_callback(struct dm_table *t, in dm_table_event_callback()
1162 void dm_table_event(struct dm_table *t) in dm_table_event()
1177 sector_t dm_table_get_size(struct dm_table *t) in dm_table_get_size()
1183 struct dm_target *dm_table_get_target(struct dm_table *t, unsigned int index) in dm_table_get_target()
1197 struct dm_target *dm_table_find_target(struct dm_table *t, sector_t sector) in dm_table_find_target()
1276 static void dm_table_set_integrity(struct dm_table *t) in dm_table_set_integrity()
1304 static bool dm_table_supports_flush(struct dm_table *t, unsigned flush) in dm_table_supports_flush()
1329 static bool dm_table_discard_zeroes_data(struct dm_table *t) in dm_table_discard_zeroes_data()
1353 static bool dm_table_is_nonrot(struct dm_table *t) in dm_table_is_nonrot()
1370 void dm_table_set_restrictions(struct dm_table *t, struct request_queue *q, in dm_table_set_restrictions()
1416 unsigned int dm_table_get_num_targets(struct dm_table *t) in dm_table_get_num_targets()
1421 struct list_head *dm_table_get_devices(struct dm_table *t) in dm_table_get_devices()
1426 fmode_t dm_table_get_mode(struct dm_table *t) in dm_table_get_mode()
1432 static void suspend_targets(struct dm_table *t, unsigned postsuspend) in suspend_targets()
1448 void dm_table_presuspend_targets(struct dm_table *t) in dm_table_presuspend_targets()
1456 void dm_table_postsuspend_targets(struct dm_table *t) in dm_table_postsuspend_targets()
1464 int dm_table_resume_targets(struct dm_table *t) in dm_table_resume_targets()
1489 void dm_table_add_target_callbacks(struct dm_table *t, struct dm_target_callbacks *cb) in dm_table_add_target_callbacks()
1495 int dm_table_any_congested(struct dm_table *t, int bdi_bits) in dm_table_any_congested()
1521 int dm_table_any_busy_target(struct dm_table *t) in dm_table_any_busy_target()
1535 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md()
1549 bool dm_table_supports_discards(struct dm_table *t) in dm_table_supports_discards()