Searched refs:device_path (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | dev-replace.c | 239 const char *device_path, in btrfs_init_dev_replace_tgtdev() argument 255 bdev = blkdev_get_by_path(device_path, FMODE_WRITE | FMODE_EXCL, in btrfs_init_dev_replace_tgtdev() 258 btrfs_err(fs_info, "target device %s is invalid!", device_path); in btrfs_init_dev_replace_tgtdev() 289 name = rcu_string_strdup(device_path, GFP_KERNEL); in btrfs_init_dev_replace_tgtdev()
|
D | volumes.c | 509 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, in btrfs_get_bdev_and_sb() argument 515 *bdev = blkdev_get_by_path(device_path, flags, holder); in btrfs_get_bdev_and_sb() 1942 static void update_dev_time(const char *device_path) in update_dev_time() argument 1948 ret = kern_path(device_path, LOOKUP_FOLLOW, &path); in update_dev_time() 2094 const char *device_path) in btrfs_scratch_superblocks() argument 2129 update_dev_time(device_path); in btrfs_scratch_superblocks() 2132 int btrfs_rm_device(struct btrfs_fs_info *fs_info, const char *device_path, in btrfs_rm_device() argument 2152 device = btrfs_find_device_by_devspec(fs_info, devid, device_path); in btrfs_rm_device() 2156 device_path && strcmp(device_path, "missing") == 0) in btrfs_rm_device() 2370 struct btrfs_fs_info *fs_info, const char *device_path) in btrfs_find_device_by_path() argument [all …]
|
D | volumes.h | 451 const char *device_path, u64 devid); 577 const char *device_path);
|