Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c51 static sector_t map_swap_entry(swp_entry_t, struct block_device**);
1885 return map_swap_entry(swp_entry(type, offset), &bdev); in swapdev_block()
2320 static sector_t map_swap_entry(swp_entry_t entry, struct block_device **bdev) in map_swap_entry() function
2341 return map_swap_entry(entry, bdev); in map_swap_page()