| /kernel/linux/linux-5.10/drivers/block/ |
| H A D | nbd.c | 307 struct block_device *bdev = bdget_disk(nbd->disk, 0); in nbd_size_update() local 1213 static void nbd_bdev_reset(struct block_device *bdev) in nbd_bdev_reset() argument 1390 static int nbd_start_device_ioctl(struct nbd_device *nbd, struct block_device *bdev) in nbd_start_device_ioctl() argument 1420 nbd_clear_sock_ioctl(struct nbd_device *nbd, struct block_device *bdev) nbd_clear_sock_ioctl() argument 1449 __nbd_ioctl(struct block_device *bdev, struct nbd_device *nbd, unsigned int cmd, unsigned long arg) __nbd_ioctl() argument 1505 nbd_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) nbd_ioctl() argument 1556 nbd_open(struct block_device *bdev, fmode_t mode) nbd_open() argument 1601 struct block_device *bdev = bdget_disk(disk, 0); nbd_release() local [all...] |
| H A D | ataflop.c | 1559 static int fd_locked_ioctl(struct block_device *bdev, fmode_t mode, in fd_locked_ioctl() argument 1743 static int fd_ioctl(struct block_device *bdev, fmode_t mode, in fd_ioctl() argument 1890 static int floppy_open(struct block_device *bdev, fmode_t mode) in floppy_open() argument 1928 floppy_unlocked_open(struct block_device *bdev, fmode_t mode) floppy_unlocked_open() argument [all...] |
| H A D | xsysace.c | 912 static int ace_open(struct block_device *bdev, fmode_t mode) in ace_open() argument 950 static int ace_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ace_getgeo() argument
|
| H A D | swim3.c | 868 static int floppy_locked_ioctl(struct block_device *bdev, fmode_t mode, in floppy_locked_ioctl() argument 896 static int floppy_ioctl(struct block_device *bdev, fmode_t mode, in floppy_ioctl() argument 908 static int floppy_open(struct block_device *bdev, fmode_t mode) in floppy_open() argument 978 floppy_unlocked_open(struct block_device *bdev, fmode_t mode) floppy_unlocked_open() argument [all...] |
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | ubd_kern.c | 1217 static int ubd_open(struct block_device *bdev, fmode_t mode) in ubd_open() argument 1451 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubd_getgeo() argument 1461 static int ubd_ioctl(struct block_device *bdev, fmode_t mode, in ubd_ioctl() argument
|
| /kernel/linux/linux-5.10/block/ |
| H A D | genhd.c | 89 const char *bdevname(struct block_device *bdev, char *buf) in bdevname() argument 692 struct block_device *bdev; in disk_scan_partitions() local 864 struct block_device *bdev; in invalidate_partition() local 1059 struct block_device *bdev = NULL; bdget_disk() local 1859 set_device_ro(struct block_device *bdev, int flag) set_device_ro() argument 1884 bdev_read_only(struct block_device *bdev) bdev_read_only() argument 2111 bdev_check_media_change(struct block_device *bdev) bdev_check_media_change() argument [all...] |
| /kernel/linux/linux-5.10/drivers/cdrom/ |
| H A D | cdrom.c | 1158 int cdrom_open(struct cdrom_device_info *cdi, struct block_device *bdev, in cdrom_open() argument 3352 int cdrom_ioctl(struct cdrom_device_info *cdi, struct block_device *bdev, in cdrom_ioctl() argument 2466 cdrom_ioctl_reset(struct cdrom_device_info *cdi, struct block_device *bdev) cdrom_ioctl_reset() argument
|
| /kernel/linux/linux-5.10/drivers/block/zram/ |
| H A D | zram_drv.c | 346 struct block_device *bdev; in reset_bdev() local 405 struct block_device *bdev = NULL; in backing_dev_store() local 1646 zram_slot_free_notify(struct block_device *bdev, unsigned long index) zram_slot_free_notify() argument 1663 zram_rw_page(struct block_device *bdev, sector_t sector, struct page *page, unsigned int op) zram_rw_page() argument 1801 struct block_device *bdev; reset_store() local 1840 zram_open(struct block_device *bdev, fmode_t mode) zram_open() argument 2023 struct block_device *bdev; zram_remove() local [all...] |
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | ubd_kern.c | 1382 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubd_getgeo() argument 1392 static int ubd_ioctl(struct block_device *bdev, blk_mode_t mode, in ubd_ioctl() argument
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-bufio.c | 88 struct block_device *bdev; member 1718 struct dm_bufio_client *dm_bufio_client_create(struct block_device *bdev, unsigne argument [all...] |
| H A D | dm-mpath.c | 507 struct block_device *bdev; in multipath_clone_and_map() local 870 static int setup_scsi_dh(struct block_device *bdev, struct multipath *m, in setup_scsi_dh() argument 1981 multipath_prepare_ioctl(struct dm_target *ti, struct block_device **bdev) multipath_prepare_ioctl() argument [all...] |
| H A D | dm-cache-metadata.c | 108 struct block_device *bdev; member 748 static struct dm_cache_metadata *metadata_open(struct block_device *bdev, in metadata_open() argument 796 static struct dm_cache_metadata *lookup(struct block_device *bdev) in lookup() argument 809 lookup_or_open(struct block_device *bdev, sector_t data_block_size, bool may_format_device, size_t policy_hint_size, unsigned metadata_version) lookup_or_open() argument 854 dm_cache_metadata_open(struct block_device *bdev, sector_t data_block_size, bool may_format_device, size_t policy_hint_size, unsigned metadata_version) dm_cache_metadata_open() argument [all...] |
| H A D | dm-thin-metadata.c | 148 struct block_device *bdev; member 907 struct dm_pool_metadata *dm_pool_metadata_open(struct block_device *bdev, in dm_pool_metadata_open() argument
|
| H A D | dm-table.c | 247 struct block_device *bdev = dev->bdev; in device_area_is_invalid() local 355 struct block_device *bdev; dm_get_dev_t() local 427 struct block_device *bdev = dev->bdev; dm_set_device_limits() local 879 struct block_device *bdev = dev->bdev; device_is_rq_stackable() local [all...] |
| H A D | dm-clone-target.c | 2028 bdev_supports_discards(struct block_device *bdev) bdev_supports_discards() argument [all...] |
| H A D | md-bitmap.c | 208 struct block_device *bdev; in write_sb_page() local
|
| H A D | dm-era-target.c | 262 struct block_device *bdev; member 787 static struct era_metadata *metadata_open(struct block_device *bdev, in metadata_open() argument [all...] |
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| H A D | super.c | 91 static const char *read_super_common(struct cache_sb *sb, struct block_device *bdev, in read_super_common() argument 166 static const char *read_super(struct cache_sb *sb, struct block_device *bdev, in read_super() argument 1477 register_bdev(struct cache_sb *sb, struct cache_sb_disk *sb_disk, struct block_device *bdev, struct cached_dev *dc) register_bdev() argument 2367 register_cache(struct cache_sb *sb, struct cache_sb_disk *sb_disk, struct block_device *bdev, struct cache *ca) register_cache() argument 2441 bch_is_open_backing(struct block_device *bdev) bch_is_open_backing() argument 2456 bch_is_open_cache(struct block_device *bdev) bch_is_open_cache() argument 2470 bch_is_open(struct block_device *bdev) bch_is_open() argument 2480 struct block_device *bdev; global() member 2560 struct block_device *bdev; register_bcache() local [all...] |
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| H A D | block.c | 309 static int mmc_blk_open(struct block_device *bdev, fmode_t mode) in mmc_blk_open() argument 337 mmc_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in mmc_blk_getgeo() argument 756 static int mmc_blk_check_blkdev(struct block_device *bdev) in mmc_blk_check_blkdev() argument 768 static int mmc_blk_ioctl(struct block_device *bdev, fmode_t mode, in mmc_blk_ioctl() argument 805 mmc_blk_compat_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) mmc_blk_compat_ioctl() argument [all...] |
| /kernel/linux/linux-5.10/drivers/ide/ |
| H A D | ide-tape.c | 1909 static int idetape_open(struct block_device *bdev, fmode_t mode) in idetape_open() argument 1932 static int idetape_ioctl(struct block_device *bdev, fmode_t mode, in idetape_ioctl() argument 1948 static int idetape_compat_ioctl(struct block_device *bdev, fmode_t mode, in idetape_compat_ioctl() argument
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| H A D | phy_g.c | 2144 struct b43_bus_dev *bdev = dev->dev; in default_radio_attenuation() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
| H A D | declance.c | 1023 static int dec_lance_probe(struct device *bdev, const int type) in dec_lance_probe() argument 1342 dec_lance_remove(struct device *bdev) dec_lance_remove() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 2641 struct pci_dev *bdev = pdev->bus->self; in quattro_pci_find() local
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | 3w-9xxx.c | 1698 static int twa_scsi_biosparam(struct scsi_device *sdev, struct block_device *bdev, sector_t capacity, int geom[]) in twa_scsi_biosparam() argument
|
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 686 ahc_linux_biosparam(struct scsi_device *sdev, struct block_device *bdev, in ahc_linux_biosparam() argument
|