Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dpage_io.c315 if (data_race(sis->flags & SWP_FS_OPS)) { in __swap_writepage()
404 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_readpage()
468 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_set_page_dirty()
Dswap_state.c668 if (likely(si->flags & (SWP_BLKDEV | SWP_FS_OPS))) { in swap_cluster_readahead()
Dswapfile.c2434 sis->flags |= SWP_FS_OPS; in setup_swap_extents()
/Linux-v5.10/include/linux/
Dswap.h173 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator