Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/power/
Duser.c73 data->swap = swap_type_of(swsusp_resume_device, 0); in snapshot_open()
238 data->swap = swap_type_of(swdev, offset); in snapshot_set_swap_area()
Dswap.c350 res = swap_type_of(swsusp_resume_device, swsusp_resume_block); in swsusp_swap_check()
/kernel/linux/linux-5.10/include/linux/
Dswap.h488 int swap_type_of(dev_t device, sector_t offset);
/kernel/linux/linux-5.10/mm/
Dswapfile.c1819 int swap_type_of(dev_t device, sector_t offset) in swap_type_of() function