Home
last modified time | relevance | path

Searched refs:bdev_file_open_by_path (Results 1 – 10 of 10) 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/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.c250 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/include/linux/
H A Dblkdev.h1771 struct file *bdev_file_open_by_path(const char *path, blk_mode_t mode,
/linux/fs/xfs/
H A Dxfs_super.c384 *bdev_filep = bdev_file_open_by_path(name, mode, in xfs_blkdev_get()
/linux/fs/f2fs/
H A Dsuper.c4768 FDEV(i).bdev_file = bdev_file_open_by_path( in f2fs_scan_devices()