Searched refs:SWP_FS_OPS (Results 1 – 8 of 8) sorted by relevance
454 * but that will never affect SWP_FS_OPS, so the data_race in __swap_writepage() 457 if (data_race(sis->flags & SWP_FS_OPS)) in __swap_writepage() 643 if (data_race(sis->flags & SWP_FS_OPS)) { in swap_read_folio()
2527 if ((sis->flags & SWP_FS_OPS) && in setup_swap_extents()
1087 * providing this isn't SWP_FS_OPS. in may_enter_fs() 1089 * but that will never affect SWP_FS_OPS, so the data_race in may_enter_fs() 1092 return !data_race(folio_swap_flags(folio) & SWP_FS_OPS); in may_enter_fs()
214 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator
556 sis->flags |= SWP_FS_OPS; in nfs_swap_activate()
363 ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will be submitted369 ->swap_rw will be called for swap IO if SWP_FS_OPS was set by ->swap_activate().
1048 through ->swap_rw(), it should set SWP_FS_OPS, otherwise IO will1056 Called to read or write swap pages when SWP_FS_OPS is set.
3225 sis->flags |= SWP_FS_OPS; in cifs_swap_activate()