Searched refs:found_logical (Results 1 – 2 of 2) sorted by relevance
384 u64 found_logical; in btrfs_get_raid_extent_offset() local416 found_logical = found_key.objectid; in btrfs_get_raid_extent_offset()418 found_end = found_logical + found_length; in btrfs_get_raid_extent_offset()420 if (found_logical > end) { in btrfs_get_raid_extent_offset()425 if (in_range(logical, found_logical, found_length)) in btrfs_get_raid_extent_offset()433 offset = logical - found_logical; in btrfs_get_raid_extent_offset()
2244 u64 found_logical = U64_MAX; in scrub_simple_mirror() local2269 cur_physical, &found_logical); in scrub_simple_mirror()2282 ASSERT(found_logical != U64_MAX); in scrub_simple_mirror()2283 cur_logical = found_logical + BTRFS_STRIPE_LEN; in scrub_simple_mirror()
Completed in 17 milliseconds