Lines Matching refs:mapped_length
1222 u64 mapped_length, in scrub_stripe_index_and_offset() argument
1237 logical < raid_map[i] + mapped_length) in scrub_stripe_index_and_offset()
1263 u64 mapped_length; in scrub_setup_recheck_block() local
1279 mapped_length = sublen; in scrub_setup_recheck_block()
1288 logical, &mapped_length, &bbio); in scrub_setup_recheck_block()
1289 if (ret || !bbio || mapped_length < sublen) { in scrub_setup_recheck_block()
1304 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1342 mapped_length, in scrub_setup_recheck_block()
2818 u64 mapped_length; in scrub_raid56_parity() local
2946 mapped_length = extent_len; in scrub_raid56_parity()
2949 extent_logical, &mapped_length, &bbio, in scrub_raid56_parity()
2952 if (!bbio || mapped_length < extent_len) in scrub_raid56_parity()
4006 u64 mapped_length; in scrub_remap_extent() local
4010 mapped_length = extent_len; in scrub_remap_extent()
4012 &mapped_length, &bbio, 0); in scrub_remap_extent()
4013 if (ret || !bbio || mapped_length < extent_len || in scrub_remap_extent()