Home
last modified time | relevance | path

Searched refs:io_stripe (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/tests/
H A Draid-stripe-tree-tests.c42 struct btrfs_io_stripe io_stripe = { 0 }; in test_punch_hole_3extents() local
61 io_stripe.dev = btrfs_device_by_devid(fs_info->fs_devices, 0); in test_punch_hole_3extents()
142 0, &io_stripe); in test_punch_hole_3extents()
149 if (io_stripe.physical != logical1) { in test_punch_hole_3extents()
151 logical1, io_stripe.physical); in test_punch_hole_3extents()
165 0, &io_stripe); in test_punch_hole_3extents()
176 0, &io_stripe); in test_punch_hole_3extents()
183 if (io_stripe.physical != logical3) { in test_punch_hole_3extents()
185 logical3 + SZ_256K, io_stripe.physical); in test_punch_hole_3extents()
220 struct btrfs_io_stripe io_stripe = { 0 }; in test_delete_two_extents() local
[all …]
/linux/fs/btrfs/
H A Dscrub.c1829 struct btrfs_io_stripe io_stripe = {}; in scrub_submit_extent_sector_read() local
1835 io_stripe.rst_search_commit_root = true; in scrub_submit_extent_sector_read()
1842 &stripe_len, &bioc, &io_stripe, &mirror); in scrub_submit_extent_sector_read()