Searched refs:bdev_file_open_by_path (Results 1 – 13 of 13) sorted by relevance
/linux/block/ |
H A D | bdev.c | 1028 struct file *bdev_file_open_by_path(const char *path, blk_mode_t mode, in bdev_file_open_by_path() function 1050 EXPORT_SYMBOL(bdev_file_open_by_path);
|
/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | 90 ns->bdev_file = bdev_file_open_by_path(ns->device_path, in nvmet_bdev_ns_enable()
|
/linux/fs/nfs/blocklayout/ |
H A D | dev.c | 372 bdev_file = bdev_file_open_by_path(devname, BLK_OPEN_READ | BLK_OPEN_WRITE, in bl_open_path()
|
/linux/fs/bcachefs/ |
H A D | super-io.c | 780 sb->s_bdev_file = bdev_file_open_by_path(path, sb->mode, sb->holder, &bch2_sb_handle_bdev_ops); in __bch2_read_super() 786 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 D | target_core_iblock.c | 120 bdev_file = bdev_file_open_by_path(ib_dev->ibd_udev_path, mode, ib_dev, in iblock_configure_device()
|
/linux/fs/erofs/ |
H A D | super.c | 166 bdev_file_open_by_path(dif->path, in erofs_init_device()
|
/linux/fs/btrfs/ |
H A D | dev-replace.c | 258 bdev_file = bdev_file_open_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_dev_replace_tgtdev()
|
H A D | volumes.c | 476 *bdev_file = bdev_file_open_by_path(device_path, flags, holder, NULL); in btrfs_get_bdev_and_sb() 1543 bdev_file = bdev_file_open_by_path(path, flags, NULL, NULL); in btrfs_scan_one_device() 2796 bdev_file = bdev_file_open_by_path(device_path, BLK_OPEN_WRITE, in btrfs_init_new_device()
|
/linux/include/linux/ |
H A D | blkdev.h | 1646 struct file *bdev_file_open_by_path(const char *path, blk_mode_t mode,
|
/linux/fs/xfs/ |
H A D | xfs_super.c | 375 *bdev_filep = bdev_file_open_by_path(name, in xfs_blkdev_get()
|
/linux/drivers/md/bcache/ |
H A D | super.c | 2546 bdev_file = bdev_file_open_by_path(strim(path), BLK_OPEN_READ, NULL, NULL); in register_bcache()
|
/linux/fs/f2fs/ |
H A D | super.c | 4318 FDEV(i).bdev_file = bdev_file_open_by_path( in f2fs_scan_devices()
|
/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 1636 file = bdev_file_open_by_path(bdev_path, BLK_OPEN_READ | BLK_OPEN_WRITE, in open_backing_dev()
|