Searched refs:swap_writepage (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | swap.h | 19 int swap_writepage(struct page *page, struct writeback_control *wbc); 95 static inline int swap_writepage(struct page *p, struct writeback_control *wbc) in swap_writepage() function
|
H A D | page_io.c | 179 int swap_writepage(struct page *page, struct writeback_control *wbc) in swap_writepage() function
|
H A D | swap_state.c | 32 .writepage = swap_writepage,
|
H A D | shmem.c | 1538 swap_writepage(&folio->page, wbc); in shmem_writepage()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | swap.h | 409 extern int swap_writepage(struct page *page, struct writeback_control *wbc); 580 static inline int swap_writepage(struct page *p, struct writeback_control *wbc) in swap_writepage() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_io.c | 198 int swap_writepage(struct page *page, struct writeback_control *wbc) in swap_writepage() function
|
H A D | swap_state.c | 32 .writepage = swap_writepage,
|
H A D | shmem.c | 1456 swap_writepage(page, wbc); in shmem_writepage()
|
Completed in 18 milliseconds