Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dpage_io.c381 if (data_race(sis->flags & SWP_FS_OPS)) in __swap_writepage()
519 } else if (data_race(sis->flags & SWP_FS_OPS)) { in swap_readpage()
Dswapfile.c2269 if ((sis->flags & SWP_FS_OPS) && in setup_swap_extents()
Dvmscan.c1699 return !data_race(folio_swap_flags(folio) & SWP_FS_OPS); in may_enter_fs()
/Linux-v6.6/include/linux/
Dswap.h216 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator
/Linux-v6.6/fs/nfs/
Dfile.c542 sis->flags |= SWP_FS_OPS; in nfs_swap_activate()
/Linux-v6.6/Documentation/filesystems/
Dlocking.rst405 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted
411 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
Dvfs.rst1050 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will
1058 Called to read or write swap pages when SWP_FS_OPS is set.
/Linux-v6.6/fs/smb/client/
Dfile.c5026 sis->flags |= SWP_FS_OPS; in cifs_swap_activate()