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

/linux-master/fs/btrfs/
H A Draid-stripe-tree.c164 u64 found_logical; local
196 found_logical = found_key.objectid;
198 found_end = found_logical + found_length;
200 if (found_logical > end) {
205 if (in_range(logical, found_logical, found_length))
213 offset = logical - found_logical;
H A Dscrub.c2110 u64 found_logical = U64_MAX; local
2135 cur_physical, &found_logical);
2145 /* queue_scrub_stripe() returned 0, @found_logical must be updated. */
2146 ASSERT(found_logical != U64_MAX);
2147 cur_logical = found_logical + BTRFS_STRIPE_LEN;

Completed in 151 milliseconds