Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dswap.h23 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 Dpage_io.c240 int swap_writepage(struct page *page, struct writeback_control *wbc) in swap_writepage() function
H A Dswap_state.c33 .writepage = swap_writepage,
H A Dshmem.c1649 return swap_writepage(&folio->page, wbc); in shmem_writepage()