Searched refs:mapped_length (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | scrub.c | 1237 u64 mapped_length, in scrub_stripe_index_and_offset() 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 in scrub_raid56_parity() 1235 scrub_stripe_index_and_offset(u64 logical, u64 map_type, u64 *raid_map, u64 mapped_length, int nstripes, int mirror, int *stripe_index, u64 *stripe_offset) scrub_stripe_index_and_offset() argument 4101 u64 mapped_length; scrub_remap_extent() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zoned.c | 1884 u64 mapped_length = PAGE_SIZE; in read_zone_info() local 1890 &mapped_length, &bioc, NULL, NULL, 1); in read_zone_info() 1891 if (ret || !bioc || mapped_length < PAGE_SIZE) { in read_zone_info()
|
Completed in 8 milliseconds