Searched refs:map_length (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/fs/btrfs/ |
D | inode.c | 1811 u64 map_length; in btrfs_merge_bio_hook() local 1818 map_length = length; in btrfs_merge_bio_hook() 1820 &map_length, NULL, 0); in btrfs_merge_bio_hook() 1823 if (map_length < length + size) in btrfs_merge_bio_hook() 8204 u64 map_length; in btrfs_submit_direct_hook() local 8209 map_length = orig_bio->bi_iter.bi_size; in btrfs_submit_direct_hook() 8211 &map_length, NULL, 0); in btrfs_submit_direct_hook() 8215 if (map_length >= orig_bio->bi_iter.bi_size) { in btrfs_submit_direct_hook() 8237 if (map_length < submit_len + bvec->bv_len || in btrfs_submit_direct_hook() 8270 map_length = orig_bio->bi_iter.bi_size; in btrfs_submit_direct_hook() [all …]
|
D | volumes.c | 6037 u64 map_length; in btrfs_map_bio() local 6044 map_length = length; in btrfs_map_bio() 6047 ret = __btrfs_map_block(root->fs_info, rw, logical, &map_length, &bbio, in btrfs_map_bio() 6065 ret = raid56_parity_write(root, bio, bbio, map_length); in btrfs_map_bio() 6067 ret = raid56_parity_recover(root, bio, bbio, map_length, in btrfs_map_bio() 6075 if (map_length < length) { in btrfs_map_bio() 6077 logical, length, map_length); in btrfs_map_bio()
|
D | scrub.c | 69 u64 map_length; member 1351 recover->map_length = mapped_length; in scrub_setup_recheck_block() 1455 page->recover->map_length, in scrub_submit_raid56_bio_wait()
|
D | extent_io.c | 2100 u64 map_length = 0; in repair_io_failure() local 2117 map_length = length; in repair_io_failure() 2120 &map_length, &bbio, mirror_num); in repair_io_failure()
|