Lines Matching refs:mapped_length
1233 u64 mapped_length, in scrub_stripe_index_and_offset() argument
1248 logical < raid_map[i] + mapped_length) in scrub_stripe_index_and_offset()
1274 u64 mapped_length; in scrub_setup_recheck_block() local
1290 mapped_length = sublen; in scrub_setup_recheck_block()
1299 logical, &mapped_length, &bbio); in scrub_setup_recheck_block()
1300 if (ret || !bbio || mapped_length < sublen) { in scrub_setup_recheck_block()
1315 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1353 mapped_length, in scrub_setup_recheck_block()
2915 u64 mapped_length; in scrub_raid56_parity() local
3046 mapped_length = extent_len; in scrub_raid56_parity()
3049 extent_logical, &mapped_length, &bbio, in scrub_raid56_parity()
3052 if (!bbio || mapped_length < extent_len) in scrub_raid56_parity()
4311 u64 mapped_length; in scrub_remap_extent() local
4315 mapped_length = extent_len; in scrub_remap_extent()
4317 &mapped_length, &bbio, 0); in scrub_remap_extent()
4318 if (ret || !bbio || mapped_length < extent_len || in scrub_remap_extent()