| /kernel/linux/linux-5.10/drivers/block/rnbd/ |
| D | rnbd-srv-dev.c | 26 dev->bdev = blkdev_get_by_path(path, flags, THIS_MODULE); in rnbd_dev_open()
|
| /kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
| D | dev.c | 319 bdev = blkdev_get_by_path(devname, FMODE_READ | FMODE_WRITE, NULL); in bl_open_udev_path() 346 bdev = blkdev_get_by_path(devname, FMODE_READ | FMODE_WRITE, NULL); in bl_open_dm_mpath_udev_path()
|
| /kernel/linux/linux-6.6/block/ |
| D | bdev.c | 870 struct block_device *blkdev_get_by_path(const char *path, blk_mode_t mode, in blkdev_get_by_path() function 889 EXPORT_SYMBOL(blkdev_get_by_path);
|
| /kernel/linux/linux-5.10/drivers/mtd/devices/ |
| D | block2mtd.c | 235 bdev = blkdev_get_by_path(devname, mode, dev); in add_device()
|
| /kernel/linux/linux-6.6/drivers/mtd/devices/ |
| D | block2mtd.c | 277 bdev = blkdev_get_by_path(devname, mode, dev, NULL); in add_device()
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| D | blk.c | 246 bdev = blkdev_get_by_path(blkdev, mode, holder); in psblk_get_bdev()
|
| /kernel/linux/linux-5.10/drivers/nvme/target/ |
| D | io-cmd-bdev.c | 70 ns->bdev = blkdev_get_by_path(ns->device_path, in nvmet_bdev_ns_enable()
|
| /kernel/linux/linux-6.6/drivers/nvme/target/ |
| D | io-cmd-bdev.c | 87 ns->bdev = blkdev_get_by_path(ns->device_path, in nvmet_bdev_ns_enable()
|
| /kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
| D | dev.c | 316 bdev = blkdev_get_by_path(devname, BLK_OPEN_READ | BLK_OPEN_WRITE, NULL, in bl_open_path()
|
| /kernel/linux/linux-5.10/fs/ |
| D | super.c | 1304 bdev = blkdev_get_by_path(fc->source, mode, fc->fs_type); in get_tree_bdev() 1387 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev()
|
| D | block_dev.c | 1685 struct block_device *blkdev_get_by_path(const char *path, fmode_t mode, in blkdev_get_by_path() function 1706 EXPORT_SYMBOL(blkdev_get_by_path);
|
| /kernel/linux/linux-5.10/drivers/target/ |
| D | target_core_iblock.c | 99 bd = blkdev_get_by_path(ib_dev->ibd_udev_path, mode, ib_dev); in iblock_configure_device()
|
| D | target_core_pscsi.c | 374 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
|
| /kernel/linux/linux-6.6/drivers/block/rnbd/ |
| D | rnbd-srv.c | 718 bdev = blkdev_get_by_path(full_path, open_flags, NULL, NULL); in process_msg_open()
|
| /kernel/linux/linux-6.6/drivers/target/ |
| D | target_core_pscsi.c | 369 bd = blkdev_get_by_path(dev->udev_path, BLK_OPEN_WRITE | BLK_OPEN_READ, in pscsi_create_type_disk()
|
| D | target_core_iblock.c | 119 bd = blkdev_get_by_path(ib_dev->ibd_udev_path, mode, ib_dev, NULL); in iblock_configure_device()
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | dev-replace.c | 255 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_dev_replace_tgtdev()
|
| D | volumes.c | 515 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 1433 bdev = blkdev_get_by_path(path, flags, holder); in btrfs_scan_one_device() 2598 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_new_device()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | blkdev.h | 1502 struct block_device *blkdev_get_by_path(const char *path, blk_mode_t mode,
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | dev-replace.c | 260 bdev = blkdev_get_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_dev_replace_tgtdev()
|
| D | volumes.c | 519 *bdev = blkdev_get_by_path(device_path, flags, holder, NULL); in btrfs_get_bdev_and_sb() 1432 bdev = blkdev_get_by_path(path, flags, NULL, NULL); in btrfs_scan_one_device() 2673 bdev = blkdev_get_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_new_device()
|
| /kernel/linux/linux-5.10/fs/nilfs2/ |
| D | super.c | 1309 sd.bdev = blkdev_get_by_path(dev_name, mode, fs_type); in nilfs_mount()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | blkdev.h | 2025 struct block_device *blkdev_get_by_path(const char *path, fmode_t mode,
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_super.c | 323 *bdevp = blkdev_get_by_path(name, FMODE_READ|FMODE_WRITE|FMODE_EXCL, in xfs_blkdev_get()
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_super.c | 368 *bdevp = blkdev_get_by_path(name, BLK_OPEN_READ | BLK_OPEN_WRITE, in xfs_blkdev_get()
|