Home
last modified time | relevance | path

Searched refs:mapped_length (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dscrub.c1457 u64 mapped_length; in scrub_setup_recheck_block() local
1467 mapped_length = sublen; in scrub_setup_recheck_block()
1476 logical, &mapped_length, &bioc); in scrub_setup_recheck_block()
1477 if (ret || !bioc || mapped_length < sublen) { in scrub_setup_recheck_block()
1492 recover->map_length = mapped_length; in scrub_setup_recheck_block()
3165 u64 mapped_length; in scrub_raid56_data_stripe_for_parity() local
3208 mapped_length = extent_size; in scrub_raid56_data_stripe_for_parity()
3210 &mapped_length, &bioc, 0); in scrub_raid56_data_stripe_for_parity()
3211 if (!ret && (!bioc || mapped_length < extent_size)) in scrub_raid56_data_stripe_for_parity()
4503 u64 mapped_length; in scrub_find_good_copy() local
[all …]
Dzoned.c1773 u64 mapped_length = PAGE_SIZE; in read_zone_info() local
1779 &mapped_length, &bioc); in read_zone_info()
1780 if (ret || !bioc || mapped_length < PAGE_SIZE) { in read_zone_info()