Lines Matching refs:mapped_length
1237 u64 mapped_length, in scrub_stripe_index_and_offset() argument
1252 logical < raid_map[i] + mapped_length) in scrub_stripe_index_and_offset()
1278 u64 mapped_length; in scrub_setup_recheck_block() local
1294 mapped_length = sublen; in scrub_setup_recheck_block()
1303 logical, &mapped_length, &bbio); in scrub_setup_recheck_block()
1304 if (ret || !bbio || mapped_length < sublen) { in scrub_setup_recheck_block()
1319 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1357 mapped_length, in scrub_setup_recheck_block()
2771 u64 mapped_length; in scrub_raid56_parity() local
2899 mapped_length = extent_len; in scrub_raid56_parity()
2902 extent_logical, &mapped_length, &bbio, in scrub_raid56_parity()
2905 if (!bbio || mapped_length < extent_len) in scrub_raid56_parity()
4051 u64 mapped_length; in scrub_remap_extent() local
4055 mapped_length = extent_len; in scrub_remap_extent()
4057 &mapped_length, &bbio, 0); in scrub_remap_extent()
4058 if (ret || !bbio || mapped_length < extent_len || in scrub_remap_extent()