Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dswapfile.c51 static sector_t map_swap_entry(swp_entry_t, struct block_device**);
1875 return map_swap_entry(swp_entry(type, offset), &bdev); in swapdev_block()
2307 static sector_t map_swap_entry(swp_entry_t entry, struct block_device **bdev) in map_swap_entry() function
2328 return map_swap_entry(entry, bdev); in map_swap_page()