Lines Matching refs:device_path
498 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument
504 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb()
1899 static void update_dev_time(const char *device_path) in update_dev_time() argument
1905 ret = kern_path(device_path, LOOKUP_FOLLOW, &path); in update_dev_time()
2049 const char *device_path) in btrfs_scratch_superblocks() argument
2089 update_dev_time(device_path); in btrfs_scratch_superblocks()
2410 const char *device_path) in btrfs_find_device_by_devspec() argument
2424 ret = btrfs_get_dev_args_from_path(fs_info, &args, device_path); in btrfs_find_device_by_devspec()
2581 int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *device_path) in btrfs_init_new_device() argument
2600 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_new_device()
2636 name = rcu_string_strdup(device_path, GFP_KERNEL); in btrfs_init_new_device()
2784 btrfs_forget_devices(device_path); in btrfs_init_new_device()
2787 update_dev_time(device_path); in btrfs_init_new_device()