Lines Matching defs:device_path
513 btrfs_get_bdev_and_sb(const char *device_path, blk_mode_t flags, void *holder,
519 *bdev = blkdev_get_by_path(device_path, flags, holder, NULL);
1911 static void update_dev_time(const char *device_path)
1916 ret = kern_path(device_path, LOOKUP_FOLLOW, &path);
2067 const char *device_path)
2085 update_dev_time(device_path);
2416 const char *device_path)
2430 ret = btrfs_get_dev_args_from_path(fs_info, &args, device_path);
2612 int btrfs_init_new_device(struct btrfs_fs_info *fs_info, const char *device_path)
2630 bdev = blkdev_get_by_path(device_path, BLK_OPEN_WRITE,
2659 device = btrfs_alloc_device(fs_info, NULL, NULL, device_path);
2668 ret = lookup_bdev(device_path, &device->devt);
2811 * other fs_devices list if device_path alienates any other scanned
2819 update_dev_time(device_path);