Lines Matching refs:mapped_length
1272 u64 mapped_length, in scrub_stripe_index_and_offset() argument
1287 logical < raid_map[i] + mapped_length) in scrub_stripe_index_and_offset()
1313 u64 mapped_length; in scrub_setup_recheck_block() local
1329 mapped_length = sublen; in scrub_setup_recheck_block()
1337 &mapped_length, &bbio, 0, 1); in scrub_setup_recheck_block()
1338 if (ret || !bbio || mapped_length < sublen) { in scrub_setup_recheck_block()
1351 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1389 mapped_length, in scrub_setup_recheck_block()
2855 u64 mapped_length; in scrub_raid56_parity() local
2982 mapped_length = extent_len; in scrub_raid56_parity()
2984 &mapped_length, &bbio, 0); in scrub_raid56_parity()
2986 if (!bbio || mapped_length < extent_len) in scrub_raid56_parity()
4024 u64 mapped_length; in scrub_remap_extent() local
4028 mapped_length = extent_len; in scrub_remap_extent()
4030 &mapped_length, &bbio, 0); in scrub_remap_extent()
4031 if (ret || !bbio || mapped_length < extent_len || in scrub_remap_extent()