Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
137 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
140 if (map_length > ACPI_DEFAULT_PAGE_SIZE) in acpi_ex_system_memory_space_handler()
141 map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()
145 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
150 (u32)map_length)); in acpi_ex_system_memory_space_handler()
159 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/linux/fs/btrfs/
H A Dbio.c81 u64 map_length) in btrfs_split_bio() argument
86 bio = bio_split(&orig_bbio->bio, map_length >> SECTOR_SHIFT, GFP_NOFS, in btrfs_split_bio()
93 orig_bbio->file_offset += map_length; in btrfs_split_bio()
98 orig_bbio->orig_logical += map_length; in btrfs_split_bio()
726 static u64 btrfs_append_map_length(struct btrfs_bio *bbio, u64 map_length) in btrfs_append_map_length() argument
732 map_length = min(map_length, fs_info->max_zone_append_size); in btrfs_append_map_length()
734 &nr_segs, map_length); in btrfs_append_map_length()
743 return map_length; in btrfs_append_map_length()
753 u64 map_length = length; in btrfs_submit_chunk() local
765 ret = btrfs_map_block(fs_info, btrfs_op(bio), logical, &map_length, in btrfs_submit_chunk()
[all …]
H A Dvolumes.c8620 u64 map_length = length; in btrfs_map_repair_block() local
8626 ret = btrfs_map_block(fs_info, BTRFS_MAP_WRITE, logical, &map_length, in btrfs_map_repair_block()
8632 ASSERT(map_length >= length, "map_length=%llu length=%u", map_length, length); in btrfs_map_repair_block()
/linux/tools/perf/jvmti/
H 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()