Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid-stripe-tree.c411 u64 found_logical; in btrfs_get_raid_extent_offset() local
449 found_logical = found_key.objectid; in btrfs_get_raid_extent_offset()
451 found_end = found_logical + found_length; in btrfs_get_raid_extent_offset()
453 if (found_logical > end) { in btrfs_get_raid_extent_offset()
458 if (in_range(logical, found_logical, found_length)) in btrfs_get_raid_extent_offset()
466 offset = logical - found_logical; in btrfs_get_raid_extent_offset()
H A Dscrub.c2282 u64 found_logical = U64_MAX; in scrub_simple_mirror() local
2302 cur_physical, &found_logical); in scrub_simple_mirror()
2315 ASSERT(found_logical != U64_MAX); in scrub_simple_mirror()
2316 cur_logical = found_logical + BTRFS_STRIPE_LEN; in scrub_simple_mirror()