Searched refs:mapped_device (Results 1 – 10 of 10) sorted by relevance
/drivers/md/ |
D | dm.c | 39 struct mapped_device *md; 64 struct mapped_device *md; 107 struct mapped_device *md; 111 struct mapped_device { struct 297 struct mapped_device *md; in dm_blk_open() 322 struct mapped_device *md = disk->private_data; in dm_blk_close() 328 int dm_open_count(struct mapped_device *md) in dm_open_count() 336 int dm_lock_for_deletion(struct mapped_device *md) in dm_lock_for_deletion() 354 struct mapped_device *md = bdev->bd_disk->private_data; in dm_blk_getgeo() 362 struct mapped_device *md = bdev->bd_disk->private_data; in dm_blk_ioctl() [all …]
|
D | dm.h | 79 int dm_sysfs_init(struct mapped_device *md); 80 void dm_sysfs_exit(struct mapped_device *md); 81 struct kobject *dm_kobject(struct mapped_device *md); 82 struct mapped_device *dm_get_from_kobject(struct kobject *kobj); 93 int dm_open_count(struct mapped_device *md); 94 int dm_lock_for_deletion(struct mapped_device *md); 96 void dm_kobject_uevent(struct mapped_device *md);
|
D | dm-sysfs.c | 13 ssize_t (*show)(struct mapped_device *, char *); 14 ssize_t (*store)(struct mapped_device *, char *); 25 struct mapped_device *md; in dm_attr_show() 42 static ssize_t dm_attr_name_show(struct mapped_device *md, char *buf) in dm_attr_name_show() 51 static ssize_t dm_attr_uuid_show(struct mapped_device *md, char *buf) in dm_attr_uuid_show() 86 int dm_sysfs_init(struct mapped_device *md) in dm_sysfs_init() 96 void dm_sysfs_exit(struct mapped_device *md) in dm_sysfs_exit()
|
D | dm-ioctl.c | 35 struct mapped_device *md; 130 struct mapped_device *md) in alloc_cell() 176 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() 531 static int __dev_status(struct mapped_device *md, struct dm_ioctl *param) in __dev_status() 570 struct mapped_device *md; in dev_create() 602 struct mapped_device *md; in __find_device_hash_cell() 623 static struct mapped_device *find_device(struct dm_ioctl *param) in find_device() 626 struct mapped_device *md = NULL; in find_device() 656 struct mapped_device *md; in dev_remove() 724 struct mapped_device *md; in dev_set_geometry() [all …]
|
D | dm-uevent.c | 43 struct mapped_device *md; 56 static struct dm_uevent *dm_uevent_alloc(struct mapped_device *md) in dm_uevent_alloc() 70 static struct dm_uevent *dm_build_path_uevent(struct mapped_device *md, in dm_build_path_uevent() 186 struct mapped_device *md = dm_table_get_md(ti->table); in dm_path_uevent()
|
D | dm-table.c | 42 struct mapped_device *md; 237 unsigned num_targets, struct mapped_device *md) in dm_table_create() 354 struct mapped_device *md) in open_dev() 377 static void close_dev(struct dm_dev_internal *d, struct mapped_device *md) in close_dev() 407 struct mapped_device *md) in upgrade_mode() 1013 struct mapped_device *dm_table_get_md(struct dm_table *t) in dm_table_get_md()
|
/drivers/ssb/ |
D | pci.c | 78 bus->mapped_device = dev; in ssb_pci_switch_core() 600 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_read8() 613 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_read16() 626 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_read32() 642 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_block_read() 674 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_write8() 687 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_write16() 700 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_write32() 716 if (unlikely(bus->mapped_device != dev)) { in ssb_pci_block_write()
|
D | scan.c | 211 bus->mapped_device = NULL; in ssb_iounmap()
|
D | pcmcia.c | 176 bus->mapped_device = dev; in ssb_pcmcia_switch_core() 224 if (unlikely(dev != bus->mapped_device)) { in select_core_and_segment()
|
D | main.c | 163 bus->mapped_device = NULL; in ssb_bus_resume()
|