Searched refs:btrfs_device_by_devid (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/fs/btrfs/tests/ |
D | raid-stripe-tree-tests.c | 21 static struct btrfs_device *btrfs_device_by_devid(struct btrfs_fs_devices *fs_devices, in btrfs_device_by_devid() function 61 io_stripe.dev = btrfs_device_by_devid(fs_info->fs_devices, 0); in test_punch_hole_3extents() 70 stripe->dev = btrfs_device_by_devid(fs_info->fs_devices, i); in test_punch_hole_3extents() 91 stripe->dev = btrfs_device_by_devid(fs_info->fs_devices, i); in test_punch_hole_3extents() 112 stripe->dev = btrfs_device_by_devid(fs_info->fs_devices, i); in test_punch_hole_3extents() 237 io_stripe.dev = btrfs_device_by_devid(fs_info->fs_devices, 0); in test_delete_two_extents() 246 stripe->dev = btrfs_device_by_devid(fs_info->fs_devices, i); in test_delete_two_extents() 267 stripe->dev = btrfs_device_by_devid(fs_info->fs_devices, i); in test_delete_two_extents() 288 stripe->dev = btrfs_device_by_devid(fs_info->fs_devices, i); in test_delete_two_extents() 382 io_stripe.dev = btrfs_device_by_devid(fs_info->fs_devices, 0); in test_punch_hole() [all …]
|