Searched refs:map_length (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | exregion.c | 79 acpi_size map_length; in acpi_ex_system_memory_space_handler() local 154 map_length = (acpi_size) in acpi_ex_system_memory_space_handler() 174 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler() 175 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler() 181 acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler() 186 (u32)map_length)); in acpi_ex_system_memory_space_handler() 194 mem_info->mapped_length = map_length; in acpi_ex_system_memory_space_handler()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 2433 …ovlen, int *iovix, struct page **pages, int nopages, int *pageix, int *pageoffset, int map_length ) in map_pages_to_iovec() argument 2443 …h=%d, iovlen=%d, *iovix=%d, nopages=%d, *pageix=%d, *pageoffset=%d\n", map_length, iovlen, *iovix,… in map_pages_to_iovec() 2445 while (map_length > 0){ in map_pages_to_iovec() 2446 …h=%d, iovlen=%d, *iovix=%d, nopages=%d, *pageix=%d, *pageoffset=%d\n", map_length, iovlen, *iovix,… in map_pages_to_iovec() 2457 if (tmplen < map_length){ in map_pages_to_iovec() 2461 tmplen = map_length; in map_pages_to_iovec() 2462 (*pageoffset) += map_length; in map_pages_to_iovec() 2466 map_length -= tmplen; in map_pages_to_iovec()
|
/linux-4.1.27/fs/btrfs/ |
D | volumes.c | 5836 u64 map_length; in btrfs_map_bio() local 5843 map_length = length; in btrfs_map_bio() 5846 ret = __btrfs_map_block(root->fs_info, rw, logical, &map_length, &bbio, in btrfs_map_bio() 5864 ret = raid56_parity_write(root, bio, bbio, map_length); in btrfs_map_bio() 5866 ret = raid56_parity_recover(root, bio, bbio, map_length, in btrfs_map_bio() 5874 if (map_length < length) { in btrfs_map_bio() 5876 logical, length, map_length); in btrfs_map_bio()
|
D | inode.c | 1800 u64 map_length; in btrfs_merge_bio_hook() local 1807 map_length = length; in btrfs_merge_bio_hook() 1809 &map_length, NULL, 0); in btrfs_merge_bio_hook() 1812 if (map_length < length + size) in btrfs_merge_bio_hook() 8110 u64 map_length; in btrfs_submit_direct_hook() local 8115 map_length = orig_bio->bi_iter.bi_size; in btrfs_submit_direct_hook() 8117 &map_length, NULL, 0); in btrfs_submit_direct_hook() 8121 if (map_length >= orig_bio->bi_iter.bi_size) { in btrfs_submit_direct_hook() 8143 if (map_length < submit_len + bvec->bv_len || in btrfs_submit_direct_hook() 8176 map_length = orig_bio->bi_iter.bi_size; in btrfs_submit_direct_hook() [all …]
|
D | scrub.c | 69 u64 map_length; member 1365 recover->map_length = mapped_length; in scrub_setup_recheck_block() 1460 page->recover->map_length, in scrub_submit_raid56_bio_wait()
|
D | extent_io.c | 2032 u64 map_length = 0; in repair_io_failure() local 2049 map_length = length; in repair_io_failure() 2052 &map_length, &bbio, mirror_num); in repair_io_failure()
|