Home
last modified time | relevance | path

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

/linux/mm/
H A Dswap.h22 int swap_writepage(struct page *page, struct writeback_control *wbc);
144 static inline int swap_writepage(struct page *p, struct writeback_control *wbc) in swap_writepage() function
H A Dshmem.c1647 return swap_writepage(&folio->page, wbc); in shmem_writepage()