Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dpage_io.c382 if (data_race(sis->flags & SWP_FS_OPS)) in __swap_writepage()
521 } else if (data_race(sis->flags & SWP_FS_OPS)) { in swap_readpage()
A Dswapfile.c2271 if ((sis->flags & SWP_FS_OPS) && in setup_swap_extents()
A Dvmscan.c1651 return !data_race(folio_swap_flags(folio) & SWP_FS_OPS); in may_enter_fs()
/linux-6.3-rc2/include/linux/
A Dswap.h201 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator
/linux-6.3-rc2/fs/nfs/
A Dfile.c529 sis->flags |= SWP_FS_OPS; in nfs_swap_activate()
/linux-6.3-rc2/Documentation/filesystems/
A Dlocking.rst396 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted
402 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
A Dvfs.rst977 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will
985 Called to read or write swap pages when SWP_FS_OPS is set.
/linux-6.3-rc2/fs/cifs/
A Dfile.c5001 sis->flags |= SWP_FS_OPS; in cifs_swap_activate()

Completed in 36 milliseconds