Home
last modified time | relevance | path

Searched refs:dm_table (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/md/
A Ddm.h46 struct dm_table;
54 void dm_table_event_callback(struct dm_table *t,
58 bool dm_table_has_no_data_devices(struct dm_table *table);
59 int dm_calculate_queue_limits(struct dm_table *table,
64 void dm_table_presuspend_targets(struct dm_table *t);
66 void dm_table_postsuspend_targets(struct dm_table *t);
67 int dm_table_resume_targets(struct dm_table *t);
68 enum dm_queue_mode dm_table_get_type(struct dm_table *t);
72 bool dm_table_bio_based(struct dm_table *t);
73 bool dm_table_request_based(struct dm_table *t);
[all …]
A Ddm-table.c58 static inline sector_t *get_node(struct dm_table *t, in get_node()
175 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
355 struct dm_table *t = ti->table; in dm_get_device()
824 bool dm_table_supports_dax(struct dm_table *t, in dm_table_supports_dax()
996 bool dm_table_bio_based(struct dm_table *t) in dm_table_bio_based()
1045 static int setup_indexes(struct dm_table *t) in setup_indexes()
1222 struct dm_table *t; in dm_keyslot_evict()
1349 struct dm_table *t) in dm_update_crypto_profile()
1381 struct dm_table *t) in dm_update_crypto_profile()
1391 int dm_table_complete(struct dm_table *t) in dm_table_complete()
[all …]
A Ddm-ioctl.c49 struct dm_table *new_map;
294 struct dm_table *table; in __hash_remove()
324 struct dm_table *t; in dm_hash_remove_all()
413 struct dm_table *table; in dm_hash_rename()
767 struct dm_table *table = NULL; in dm_get_inactive_table()
802 struct dm_table *table; in __dev_status()
950 struct dm_table *t; in dev_remove()
1304 struct dm_table *table; in dev_wait()
1586 struct dm_table *table; in table_deps()
1612 struct dm_table *table; in table_status()
[all …]
A Ddm.c71 struct dm_table *map;
410 struct dm_table *map; in dm_prepare_ioctl()
989 struct dm_table *map; in dm_dax_get_live_target()
1034 struct dm_table *map; in dm_dax_supported()
1577 struct dm_table *map; in dm_submit_bio()
1904 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind()
1907 struct dm_table *old_map; in __bind()
2145 struct dm_table *map; in __dm_destroy()
2295 struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) in dm_swap_table()
2479 struct dm_table *map = NULL; in dm_suspend()
[all …]
A Ddm-zone.c20 static int dm_blk_do_report_zones(struct mapped_device *md, struct dm_table *t, in dm_blk_do_report_zones()
59 struct dm_table *map; in dm_blk_report_zones()
230 static int dm_revalidate_zones(struct mapped_device *md, struct dm_table *t) in dm_revalidate_zones()
277 static bool dm_table_supports_zone_append(struct dm_table *t) in dm_table_supports_zone_append()
296 int dm_set_zones_restrictions(struct dm_table *t, struct request_queue *q) in dm_set_zones_restrictions()
340 struct dm_table *t; in dm_update_zone_wp_offset()
A Ddm-ima.h61 void dm_ima_measure_on_table_load(struct dm_table *table, unsigned int status_flags);
70 static inline void dm_ima_measure_on_table_load(struct dm_table *table, unsigned int status_flags) … in dm_ima_measure_on_table_load()
A Ddm-rq.h33 int dm_mq_init_request_queue(struct mapped_device *md, struct dm_table *t);
A Ddm-core.h166 struct dm_table { struct
A Ddm-rq.c502 struct dm_table *map = dm_get_live_table(md, &srcu_idx); in dm_mq_queue_rq()
538 int dm_mq_init_request_queue(struct mapped_device *md, struct dm_table *t) in dm_mq_init_request_queue()
A Ddm-ima.c179 void dm_ima_measure_on_table_load(struct dm_table *table, unsigned int status_flags) in dm_ima_measure_on_table_load()
/linux/include/linux/
A Ddevice-mapper.h19 struct dm_table;
291 struct dm_table *table;
533 int dm_table_complete(struct dm_table *t);
538 void dm_table_destroy(struct dm_table *t);
555 sector_t dm_table_get_size(struct dm_table *t);
557 fmode_t dm_table_get_mode(struct dm_table *t);
559 const char *dm_table_device_name(struct dm_table *t);
564 void dm_table_event(struct dm_table *t);
569 void dm_table_run_md_queue_async(struct dm_table *t);
575 struct dm_table *dm_swap_table(struct mapped_device *md,
[all …]

Completed in 28 milliseconds