Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap.h214 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator
/linux/fs/nfs/
H A Dfile.c590 sis->flags |= SWP_FS_OPS; in nfs_swap_activate()
/linux/Documentation/filesystems/
H A Dlocking.rst363 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted
369 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
H A Dvfs.rst1048 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will
1056 Called to read or write swap pages when SWP_FS_OPS is set.
/linux/mm/
H A Dswapfile.c2527 if ((sis->flags & SWP_FS_OPS) && in setup_swap_extents()
H A Dvmscan.c1092 return !data_race(folio_swap_flags(folio) & SWP_FS_OPS); in may_enter_fs()
/linux/fs/smb/client/
H A Dfile.c3241 sis->flags |= SWP_FS_OPS; in cifs_swap_activate()