Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dswap.h485 extern sector_t swapdev_block(int, pgoff_t);
/linux-6.15/kernel/power/
H A Dswap.c187 return swapdev_block(swap, offset); in alloc_swapdev_block()
/linux-6.15/mm/
H A Dswapfile.c1935 sector_t swapdev_block(int type, pgoff_t offset) in swapdev_block() function