Home
last modified time | relevance | path

Searched refs:blkdev_get_by_path (Results 1 – 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/block/rnbd/
Drnbd-srv-dev.c26 dev->bdev = blkdev_get_by_path(path, flags, THIS_MODULE); in rnbd_dev_open()
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
Ddev.c319 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/
Dbdev.c870 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/
Dblock2mtd.c235 bdev = blkdev_get_by_path(devname, mode, dev); in add_device()
/kernel/linux/linux-6.6/drivers/mtd/devices/
Dblock2mtd.c277 bdev = blkdev_get_by_path(devname, mode, dev, NULL); in add_device()
/kernel/linux/linux-5.10/fs/pstore/
Dblk.c246 bdev = blkdev_get_by_path(blkdev, mode, holder); in psblk_get_bdev()
/kernel/linux/linux-5.10/drivers/nvme/target/
Dio-cmd-bdev.c70 ns->bdev = blkdev_get_by_path(ns->device_path, in nvmet_bdev_ns_enable()
/kernel/linux/linux-6.6/drivers/nvme/target/
Dio-cmd-bdev.c87 ns->bdev = blkdev_get_by_path(ns->device_path, in nvmet_bdev_ns_enable()
/kernel/linux/linux-6.6/fs/nfs/blocklayout/
Ddev.c316 bdev = blkdev_get_by_path(devname, BLK_OPEN_READ | BLK_OPEN_WRITE, NULL, in bl_open_path()
/kernel/linux/linux-5.10/fs/
Dsuper.c1304 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()
Dblock_dev.c1685 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/
Dtarget_core_iblock.c99 bd = blkdev_get_by_path(ib_dev->ibd_udev_path, mode, ib_dev); in iblock_configure_device()
Dtarget_core_pscsi.c374 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
/kernel/linux/linux-6.6/drivers/block/rnbd/
Drnbd-srv.c718 bdev = blkdev_get_by_path(full_path, open_flags, NULL, NULL); in process_msg_open()
/kernel/linux/linux-6.6/drivers/target/
Dtarget_core_pscsi.c369 bd = blkdev_get_by_path(dev->udev_path, BLK_OPEN_WRITE | BLK_OPEN_READ, in pscsi_create_type_disk()
Dtarget_core_iblock.c119 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/
Ddev-replace.c255 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_dev_replace_tgtdev()
Dvolumes.c515 *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/
Dblkdev.h1502 struct block_device *blkdev_get_by_path(const char *path, blk_mode_t mode,
/kernel/linux/linux-6.6/fs/btrfs/
Ddev-replace.c260 bdev = blkdev_get_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_dev_replace_tgtdev()
Dvolumes.c519 *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/
Dsuper.c1309 sd.bdev = blkdev_get_by_path(dev_name, mode, fs_type); in nilfs_mount()
/kernel/linux/linux-5.10/include/linux/
Dblkdev.h2025 struct block_device *blkdev_get_by_path(const char *path, fmode_t mode,
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_super.c323 *bdevp = blkdev_get_by_path(name, FMODE_READ|FMODE_WRITE|FMODE_EXCL, in xfs_blkdev_get()
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_super.c368 *bdevp = blkdev_get_by_path(name, BLK_OPEN_READ | BLK_OPEN_WRITE, in xfs_blkdev_get()

12