Home
last modified time | relevance | path

Searched refs:bdev_file_open_by_path (Results 1 – 12 of 12) sorted by relevance

/linux/block/
H A Dbdev.c1070 struct file *bdev_file_open_by_path(const char *path, blk_mode_t mode, in bdev_file_open_by_path() function
1092 EXPORT_SYMBOL(bdev_file_open_by_path);
/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c94 ns->bdev_file = bdev_file_open_by_path(ns->device_path, in nvmet_bdev_ns_enable()
/linux/fs/nfs/blocklayout/
H A Ddev.c373 bdev_file = bdev_file_open_by_path(devname, BLK_OPEN_READ | BLK_OPEN_WRITE, in bl_open_path()
/linux/fs/bcachefs/
H A Dsuper-io.c821 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super()
827 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super()
/linux/drivers/target/
H A Dtarget_core_iblock.c125 bdev_file = bdev_file_open_by_path(ib_dev->ibd_udev_path, mode, holder, in iblock_configure_device()
/linux/fs/erofs/
H A Dsuper.c166 bdev_file_open_by_path(dif->path, in erofs_init_device()
/linux/fs/btrfs/
H A Ddev-replace.c252 bdev_file = bdev_file_open_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_dev_replace_tgtdev()
H A Dvolumes.c478 *bdev_file = bdev_file_open_by_path(device_path, flags, holder, &fs_holder_ops); in btrfs_get_bdev_and_sb()
1472 bdev_file = bdev_file_open_by_path(path, BLK_OPEN_READ, NULL, NULL); in btrfs_scan_one_device()
2715 bdev_file = bdev_file_open_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_new_device()
/linux/fs/xfs/
H A Dxfs_super.c390 *bdev_filep = bdev_file_open_by_path(name, mode, in xfs_blkdev_get()
/linux/drivers/md/bcache/
H A Dsuper.c2584 bdev_file = bdev_file_open_by_path(strim(path), BLK_OPEN_READ, NULL, NULL); in register_bcache()
/linux/drivers/block/drbd/
H A Ddrbd_nl.c1636 file = bdev_file_open_by_path(bdev_path, BLK_OPEN_READ | BLK_OPEN_WRITE, in open_backing_dev()
/linux/fs/f2fs/
H A Dsuper.c4667 FDEV(i).bdev_file = bdev_file_open_by_path( in f2fs_scan_devices()