Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dpage_io.c293 if (data_race(sis->flags & SWP_FS_OPS)) { in __swap_writepage()
382 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_readpage()
446 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_set_page_dirty()
Dswapfile.c2403 sis->flags |= SWP_FS_OPS; in setup_swap_extents()
/Linux-v5.15/include/linux/
Dswap.h180 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator