Searched refs:blkdev_get_by_path (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/block/rnbd/ |
A D | rnbd-srv-dev.c | 26 dev->bdev = blkdev_get_by_path(path, flags, THIS_MODULE); in rnbd_dev_open()
|
/linux/fs/nfs/blocklayout/ |
A 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()
|
/linux/block/ |
A D | bdev.c | 880 struct block_device *blkdev_get_by_path(const char *path, fmode_t mode, in blkdev_get_by_path() function 899 EXPORT_SYMBOL(blkdev_get_by_path);
|
/linux/drivers/mtd/devices/ |
A D | block2mtd.c | 238 bdev = blkdev_get_by_path(devname, mode, dev); in add_device()
|
/linux/drivers/nvme/target/ |
A D | io-cmd-bdev.c | 79 ns->bdev = blkdev_get_by_path(ns->device_path, in nvmet_bdev_ns_enable()
|
/linux/fs/ |
A D | super.c | 1245 bdev = blkdev_get_by_path(fc->source, mode, fc->fs_type); in get_tree_bdev() 1328 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev()
|
/linux/drivers/target/ |
A D | target_core_iblock.c | 110 bd = blkdev_get_by_path(ib_dev->ibd_udev_path, mode, ib_dev); in iblock_configure_device()
|
A D | target_core_pscsi.c | 372 bd = blkdev_get_by_path(dev->udev_path, in pscsi_create_type_disk()
|
/linux/fs/erofs/ |
A D | super.c | 307 bdev = blkdev_get_by_path(dif->path, in erofs_init_devices()
|
/linux/include/linux/ |
A D | blkdev.h | 1287 struct block_device *blkdev_get_by_path(const char *path, fmode_t mode,
|
/linux/fs/btrfs/ |
A D | dev-replace.c | 258 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_dev_replace_tgtdev()
|
A D | volumes.c | 504 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 1367 bdev = blkdev_get_by_path(path, flags, holder); in btrfs_scan_one_device() 2600 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_new_device()
|
/linux/fs/nilfs2/ |
A D | super.c | 1278 sd.bdev = blkdev_get_by_path(dev_name, mode, fs_type); in nilfs_mount()
|
/linux/fs/xfs/ |
A D | xfs_super.c | 351 *bdevp = blkdev_get_by_path(name, FMODE_READ|FMODE_WRITE|FMODE_EXCL, in xfs_blkdev_get()
|
/linux/drivers/md/bcache/ |
A D | super.c | 2566 bdev = blkdev_get_by_path(strim(path), in register_bcache()
|
/linux/fs/reiserfs/ |
A D | journal.c | 2631 journal->j_dev_bd = blkdev_get_by_path(jdev_name, blkdev_mode, journal); in journal_init_dev()
|
/linux/fs/f2fs/ |
A D | super.c | 3826 FDEV(i).bdev = blkdev_get_by_path(FDEV(i).path, in f2fs_scan_devices()
|
/linux/drivers/block/drbd/ |
A D | drbd_nl.c | 1708 bdev = blkdev_get_by_path(bdev_path, in open_backing_dev()
|
/linux/ |
A D | vmlinux.symvers | 7366 0x00000000 blkdev_get_by_path vmlinux EXPORT_SYMBOL
|
A D | System.map | 15473 ffff80001045aaa0 T blkdev_get_by_path
|
A D | .tmp_System.map | 15473 ffff80001045aaa0 T blkdev_get_by_path
|
Completed in 393 milliseconds