| /linux/drivers/md/ |
| A D | dm.h | 77 void dm_lock_md_type(struct mapped_device *md); 78 void dm_unlock_md_type(struct mapped_device *md); 140 int dm_deleting_md(struct mapped_device *md); 145 int dm_suspended_md(struct mapped_device *md); 154 void dm_internal_resume(struct mapped_device *md); 176 int dm_sysfs_init(struct mapped_device *md); 177 void dm_sysfs_exit(struct mapped_device *md); 200 void dm_destroy(struct mapped_device *md); 201 void dm_destroy_immediate(struct mapped_device *md); 202 int dm_open_count(struct mapped_device *md); [all …]
|
| A D | dm-ima.h | 59 void dm_ima_reset_data(struct mapped_device *md); 61 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap); 62 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all); 63 void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map); 64 void dm_ima_measure_on_device_rename(struct mapped_device *md); 68 static inline void dm_ima_reset_data(struct mapped_device *md) {} in dm_ima_reset_data() 70 static inline void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) {} in dm_ima_measure_on_device_resume() 71 static inline void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) {} in dm_ima_measure_on_device_remove() 72 static inline void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) {} in dm_ima_measure_on_table_clear() 73 static inline void dm_ima_measure_on_device_rename(struct mapped_device *md) {} in dm_ima_measure_on_device_rename()
|
| A D | dm-sysfs.c | 15 ssize_t (*show)(struct mapped_device *md, char *p); 16 ssize_t (*store)(struct mapped_device *md, const char *p, size_t count); 27 struct mapped_device *md; in dm_attr_show() 52 struct mapped_device *md; in dm_attr_store() 69 static ssize_t dm_attr_name_show(struct mapped_device *md, char *buf) in dm_attr_name_show() 78 static ssize_t dm_attr_uuid_show(struct mapped_device *md, char *buf) in dm_attr_uuid_show() 87 static ssize_t dm_attr_suspended_show(struct mapped_device *md, char *buf) in dm_attr_suspended_show() 94 static ssize_t dm_attr_use_blk_mq_show(struct mapped_device *md, char *buf) in dm_attr_use_blk_mq_show() 133 int dm_sysfs_init(struct mapped_device *md) in dm_sysfs_init() 143 void dm_sysfs_exit(struct mapped_device *md) in dm_sysfs_exit()
|
| A D | dm-rq.h | 18 struct mapped_device; 34 int dm_mq_init_request_queue(struct mapped_device *md, struct dm_table *t); 35 void dm_mq_cleanup_mapped_device(struct mapped_device *md); 40 void dm_mq_kick_requeue_list(struct mapped_device *md); 44 ssize_t dm_attr_rq_based_seq_io_merge_deadline_show(struct mapped_device *md, char *buf); 45 ssize_t dm_attr_rq_based_seq_io_merge_deadline_store(struct mapped_device *md,
|
| A D | dm.c | 316 struct mapped_device *md; in dm_blk_open() 340 struct mapped_device *md; in dm_blk_close() 872 struct mapped_device *md = io->md; in dm_requeue_add_io() 902 struct mapped_device *md = io->md; in dm_handle_requeue() 946 struct mapped_device *md = io->md; in __dm_io_complete() 994 struct mapped_device *md = container_of(work, struct mapped_device, in dm_wq_requeue_work() 2248 struct mapped_device *md; in alloc_dev() 2494 struct mapped_device *md; in dm_create() 2604 struct mapped_device *md; in dm_get_md() 2787 struct mapped_device *md = container_of(work, struct mapped_device, work); in dm_wq_work() [all …]
|
| A D | dm-rq.c | 19 struct mapped_device *md; 59 int dm_request_based(struct mapped_device *md) in dm_request_based() 144 static void rq_completed(struct mapped_device *md) in rq_completed() 160 struct mapped_device *md = tio->md; in dm_end_request() 176 void dm_mq_kick_requeue_list(struct mapped_device *md) in dm_mq_kick_requeue_list() 190 struct mapped_device *md = tio->md; in dm_requeue_original_request() 258 struct mapped_device *md = tio->md; in dm_softirq_done() 339 struct mapped_device *md) in init_tio() 366 struct mapped_device *md = tio->md; in map_request() 460 struct mapped_device *md = set->driver_data; in dm_mq_init_request() [all …]
|
| A D | dm-core.h | 49 struct mapped_device { struct 165 void disable_discard(struct mapped_device *md); 166 void disable_write_zeroes(struct mapped_device *md); 168 static inline sector_t dm_get_size(struct mapped_device *md) in dm_get_size() 173 static inline struct dm_stats *dm_get_stats(struct mapped_device *md) in dm_get_stats() 182 static inline bool dm_emulate_zone_append(struct mapped_device *md) in dm_emulate_zone_append() 192 struct mapped_device *md; 297 struct mapped_device *md;
|
| A D | dm-uevent.c | 31 struct mapped_device *md; 44 static struct dm_uevent *dm_uevent_alloc(struct mapped_device *md) in dm_uevent_alloc() 58 static struct dm_uevent *dm_build_path_uevent(struct mapped_device *md, in dm_build_path_uevent() 173 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent()
|
| A D | dm-zone.c | 19 static int dm_blk_do_report_zones(struct mapped_device *md, struct dm_table *t, in dm_blk_do_report_zones() 57 struct mapped_device *md = disk->private_data; in dm_blk_report_zones() 130 bool dm_is_zone_write(struct mapped_device *md, struct bio *bio) in dm_is_zone_write() 154 struct mapped_device *md = t->md; in dm_revalidate_zones() 331 struct mapped_device *md = t->md; in dm_set_zones_restrictions() 416 struct mapped_device *md = io->md; in dm_zone_endio() 453 int dm_zone_get_reset_bitmap(struct mapped_device *md, struct dm_table *t, in dm_zone_get_reset_bitmap()
|
| A D | dm-ioctl.c | 52 struct mapped_device *md; 195 struct mapped_device *md; in __get_dev_cell() 341 struct mapped_device *md; in dm_hash_remove_all() 432 struct mapped_device *md; in dm_hash_rename() 882 struct mapped_device *md; in dev_create() 980 struct mapped_device *md; in dev_remove() 1048 struct mapped_device *md; in dev_rename() 1077 struct mapped_device *md; in dev_set_geometry() 1124 struct mapped_device *md; in do_suspend() 1154 struct mapped_device *md; in do_resume() [all …]
|
| A D | dm-stats.h | 27 struct mapped_device; 29 int dm_stats_message(struct mapped_device *md, unsigned int argc, char **argv,
|
| A D | dm-ima.c | 67 static int dm_ima_alloc_and_copy_name_uuid(struct mapped_device *md, char **dev_name, in dm_ima_alloc_and_copy_name_uuid() 102 static int dm_ima_alloc_and_copy_device_data(struct mapped_device *md, char **device_data, in dm_ima_alloc_and_copy_device_data() 149 static int dm_ima_alloc_and_copy_capacity_str(struct mapped_device *md, char **capacity_str, in dm_ima_alloc_and_copy_capacity_str() 169 void dm_ima_reset_data(struct mapped_device *md) in dm_ima_reset_data() 369 void dm_ima_measure_on_device_resume(struct mapped_device *md, bool swap) in dm_ima_measure_on_device_resume() 474 void dm_ima_measure_on_device_remove(struct mapped_device *md, bool remove_all) in dm_ima_measure_on_device_remove() 605 void dm_ima_measure_on_table_clear(struct mapped_device *md, bool new_map) in dm_ima_measure_on_table_clear() 704 void dm_ima_measure_on_device_rename(struct mapped_device *md) in dm_ima_measure_on_device_rename()
|
| A D | dm-stats.c | 265 void (*suspend_callback)(struct mapped_device *), in dm_stats_create() argument 266 void (*resume_callback)(struct mapped_device *), in dm_stats_create() argument 267 struct mapped_device *md) in dm_stats_create() 1001 static int message_stats_create(struct mapped_device *md, in message_stats_create() 1125 static int message_stats_delete(struct mapped_device *md, in message_stats_delete() 1140 static int message_stats_clear(struct mapped_device *md, in message_stats_clear() 1155 static int message_stats_list(struct mapped_device *md, in message_stats_list() 1178 static int message_stats_print(struct mapped_device *md, in message_stats_print() 1205 static int message_stats_set_aux(struct mapped_device *md, in message_stats_set_aux() 1220 int dm_stats_message(struct mapped_device *md, unsigned int argc, char **argv, in dm_stats_message()
|
| A D | dm-verity-loadpin.c | 55 struct mapped_device *md; in dm_verity_loadpin_is_bdev_trusted()
|
| A D | dm-audit.c | 40 struct mapped_device *md = dm_table_get_md(ti->table); in dm_audit_log_ti()
|
| A D | dm-table.c | 130 unsigned int num_targets, struct mapped_device *md) in dm_table_create() 168 static void free_devices(struct list_head *devices, struct mapped_device *md) in free_devices() 315 struct mapped_device *md) in upgrade_mode() 1046 static int dm_table_alloc_md_mempools(struct dm_table *t, struct mapped_device *md) in dm_table_alloc_md_mempools() 1159 struct mapped_device *md; 1178 struct mapped_device *md = in dm_keyslot_evict() 1977 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md()
|
| A D | dm-thin.c | 236 struct mapped_device *pool_md; 348 struct mapped_device *thin_md; 552 static struct pool *__pool_table_lookup(struct mapped_device *md) in __pool_table_lookup() 2936 static struct pool *pool_create(struct mapped_device *pool_md, in pool_create() 3086 static struct pool *__pool_find(struct mapped_device *pool_md, in __pool_find() 4188 struct mapped_device *pool_md; in thin_ctr()
|
| A D | dm-verity-target.c | 240 struct mapped_device *md = dm_table_get_md(v->ti->table); in verity_handle_err()
|
| /linux/include/linux/ |
| A D | device-mapper.h | 22 struct mapped_device; 486 int dm_create(int minor, struct mapped_device **md); 491 struct mapped_device *dm_get_md(dev_t dev); 492 void dm_get(struct mapped_device *md); 493 int dm_hold(struct mapped_device *md); 494 void dm_put(struct mapped_device *md); 500 void *dm_get_mdptr(struct mapped_device *md); 506 int dm_resume(struct mapped_device *md); 511 uint32_t dm_get_event_nr(struct mapped_device *md); 521 struct gendisk *dm_disk(struct mapped_device *md); [all …]
|
| /linux/drivers/ssb/ |
| A D | pci.c | 77 bus->mapped_device = dev; in ssb_pci_switch_core() 967 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_read8() 980 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_read16() 993 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_read32() 1009 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_block_read() 1041 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_write8() 1054 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_write16() 1067 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_write32() 1083 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_block_write()
|
| A D | pcmcia.c | 161 bus->mapped_device = dev; in ssb_pcmcia_switch_core() 209 if (unlikely(dev != bus->mapped_device)) { in select_core_and_segment()
|
| A D | scan.c | 220 bus->mapped_device = NULL; in ssb_iounmap()
|
| A D | sdio.c | 222 bus->mapped_device = dev; in ssb_sdio_switch_core()
|
| A D | main.c | 168 bus->mapped_device = NULL; in ssb_bus_resume()
|
| /linux/include/linux/ssb/ |
| A D | ssb.h | 424 struct ssb_device *mapped_device; member
|