Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dpage_io.c385 if (wbc->swap_plug) in swap_writepage_fs()
386 sio = *wbc->swap_plug; in swap_writepage_fs()
405 if (sio->pages == ARRAY_SIZE(sio->bvec) || !wbc->swap_plug) { in swap_writepage_fs()
409 if (wbc->swap_plug) in swap_writepage_fs()
410 *wbc->swap_plug = sio; in swap_writepage_fs()
H A Dvmscan.c699 .swap_plug = plug, in pageout()
/linux-6.15/include/linux/
H A Dwriteback.h80 struct swap_iocb **swap_plug; member