Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/
A Ddm.h46 struct dm_table;
56 void dm_table_event_callback(struct dm_table *t,
59 bool dm_table_has_no_data_devices(struct dm_table *table);
60 int dm_calculate_queue_limits(struct dm_table *table,
65 void dm_table_presuspend_targets(struct dm_table *t);
66 void dm_table_presuspend_undo_targets(struct dm_table *t);
67 void dm_table_postsuspend_targets(struct dm_table *t);
68 int dm_table_resume_targets(struct dm_table *t);
69 enum dm_queue_mode dm_table_get_type(struct dm_table *t);
73 bool dm_table_bio_based(struct dm_table *t);
[all …]
A Ddm-table.c60 static inline sector_t *get_node(struct dm_table *t, in get_node()
177 void dm_table_destroy(struct dm_table *t) in dm_table_destroy()
351 struct dm_table *t = ti->table; in dm_get_device()
990 bool dm_table_bio_based(struct dm_table *t) in dm_table_bio_based()
1057 static int setup_indexes(struct dm_table *t) in setup_indexes()
1233 struct dm_table *t; in dm_keyslot_evict()
1360 struct dm_table *t) in dm_update_crypto_profile()
1392 struct dm_table *t) in dm_update_crypto_profile()
1402 int dm_table_complete(struct dm_table *t) in dm_table_complete()
1447 void dm_table_event(struct dm_table *t) in dm_table_event()
[all …]
A Ddm-ima.h60 void dm_ima_measure_on_table_load(struct dm_table *table, unsigned int status_flags);
69 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-ioctl.c53 struct dm_table *new_map;
310 struct dm_table *table; in __hash_remove()
342 struct dm_table *t; in dm_hash_remove_all()
431 struct dm_table *table; in dm_hash_rename()
785 struct dm_table *table = NULL; in dm_get_inactive_table()
820 struct dm_table *table; in __dev_status()
975 struct dm_table *t; in dev_remove()
1335 struct dm_table *table; in dev_wait()
1617 struct dm_table *table; in table_deps()
1643 struct dm_table *table; in table_status()
[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()
227 static int dm_revalidate_zones(struct mapped_device *md, struct dm_table *t) in dm_revalidate_zones()
274 static bool dm_table_supports_zone_append(struct dm_table *t) in dm_table_supports_zone_append()
290 int dm_set_zones_restrictions(struct dm_table *t, struct request_queue *q) in dm_set_zones_restrictions()
334 struct dm_table *t; in dm_update_zone_wp_offset()
A Ddm.c83 struct dm_table *map;
416 struct dm_table *map; in dm_prepare_ioctl()
1202 struct dm_table *map; in dm_dax_get_live_target()
1796 struct dm_table *map; in dm_submit_bio()
2163 static struct dm_table *__bind(struct mapped_device *md, struct dm_table *t, in __bind()
2166 struct dm_table *old_map; in __bind()
2438 struct dm_table *map; in __dm_destroy()
2588 struct dm_table *dm_swap_table(struct mapped_device *md, struct dm_table *table) in dm_swap_table()
2772 struct dm_table *map = NULL; in dm_suspend()
2834 struct dm_table *map = NULL; in dm_resume()
[all …]
A Ddm-core.h189 struct dm_table { struct
230 static inline struct dm_target *dm_table_get_target(struct dm_table *t, in dm_table_get_target() argument
A Ddm-rq.h34 int dm_mq_init_request_queue(struct mapped_device *md, struct dm_table *t);
A Ddm-verity-loadpin.c56 struct dm_table *table; in dm_verity_loadpin_is_bdev_trusted()
A Ddm-rq.c495 struct dm_table *map; in dm_mq_queue_rq()
536 int dm_mq_init_request_queue(struct mapped_device *md, struct dm_table *t) in dm_mq_init_request_queue()
A Ddm-ima.c178 void dm_ima_measure_on_table_load(struct dm_table *table, unsigned int status_flags) in dm_ima_measure_on_table_load()
/linux-6.3-rc2/include/linux/
A Ddevice-mapper.h20 struct dm_table;
299 struct dm_table *table;
552 int dm_table_complete(struct dm_table *t);
557 void dm_table_destroy(struct dm_table *t);
574 sector_t dm_table_get_size(struct dm_table *t);
575 fmode_t dm_table_get_mode(struct dm_table *t);
577 const char *dm_table_device_name(struct dm_table *t);
582 void dm_table_event(struct dm_table *t);
587 void dm_table_run_md_queue_async(struct dm_table *t);
593 struct dm_table *dm_swap_table(struct mapped_device *md,
[all …]

Completed in 31 milliseconds