Lines Matching defs:logical
278 * we hash on the first logical address of the stripe
652 * The first stripe in the table for a logical address
1394 * failed. This looks up based on logical block numbers.
1399 u64 logical = (u64)bio->bi_iter.bi_sector << 9;
1405 if (in_range(logical, stripe_start, rbio->stripe_len))
1658 * we sort the list by logical block number and merge
2193 "%s could not find the bad stripe in raid56 so that we cannot recover any more (bio has logical %llu len %llu, bbio has map_type %llu)",
2321 u64 logical)
2326 ASSERT(logical >= rbio->bbio->raid_map[0]);
2327 ASSERT(logical + PAGE_SIZE <= rbio->bbio->raid_map[0] +
2329 stripe_offset = (int)(logical - rbio->bbio->raid_map[0]);