Home
last modified time | relevance | path

Searched refs:map_length (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/fs/btrfs/
A Dbio.c63 struct bio *orig, u64 map_length, in btrfs_split_bio() argument
82 orig_bbio->file_offset += map_length; in btrfs_split_bio()
614 u64 map_length = length; in btrfs_submit_chunk() local
629 map_length = min(map_length, length); in btrfs_submit_chunk()
631 map_length = min(map_length, fs_info->max_zone_append_size); in btrfs_submit_chunk()
633 if (map_length < length) { in btrfs_submit_chunk()
677 return map_length == length; in btrfs_submit_chunk()
680 if (map_length < length) in btrfs_submit_chunk()
712 u64 map_length = 0; in btrfs_repair_io_failure() local
723 map_length = length; in btrfs_repair_io_failure()
[all …]
A Dscrub.c76 u64 map_length; member
1509 recover->map_length = mapped_length; in scrub_setup_recheck_block()
/linux-6.3-rc2/drivers/acpi/acpica/
A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
169 (u32)map_length)); in acpi_ex_system_memory_space_handler()
178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/linux-6.3-rc2/tools/perf/jvmti/
A Dlibjvmti.c234 jint map_length, in compiled_method_load_cb() argument
257 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()

Completed in 20 milliseconds