Searched refs:SWP_FS_OPS (Results 1 - 6 of 6) sorted by relevance

/linux-master/mm/
H A Dpage_io.c381 * but that will never affect SWP_FS_OPS, so the data_race
384 if (data_race(sis->flags & SWP_FS_OPS))
521 } else if (data_race(sis->flags & SWP_FS_OPS)) {
H A Dswapfile.c2293 if ((sis->flags & SWP_FS_OPS) &&
H A Dvmscan.c1000 * providing this isn't SWP_FS_OPS.
1002 * but that will never affect SWP_FS_OPS, so the data_race
1005 return !data_race(folio_swap_flags(folio) & SWP_FS_OPS);
/linux-master/include/linux/
H A Dswap.h216 SWP_FS_OPS = (1 << 8), /* swapfile operations go through fs */ enumerator in enum:__anon1251
/linux-master/fs/nfs/
H A Dfile.c542 sis->flags |= SWP_FS_OPS;
/linux-master/fs/smb/client/
H A Dfile.c5166 sis->flags |= SWP_FS_OPS;

Completed in 195 milliseconds