Home
last modified time | relevance | path

Searched refs:SYNC_WAIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_icache.c1109 if (!(sync_mode & SYNC_WAIT)) in xfs_reclaim_inode()
1121 if (!(sync_mode & SYNC_WAIT)) in xfs_reclaim_inode()
1134 if (!(sync_mode & SYNC_WAIT)) in xfs_reclaim_inode()
1350 if (skipped && (flags & SYNC_WAIT) && *nr_to_scan > 0) { in xfs_reclaim_inodes_ag()
1385 return xfs_reclaim_inodes_ag(mp, SYNC_TRYLOCK | SYNC_WAIT, &nr_to_scan); in xfs_reclaim_inodes_nr()
1473 if (!(flags & SYNC_WAIT) && in xfs_inode_free_eofblocks()
1496 if (flags & SYNC_WAIT) in xfs_inode_free_eofblocks()
1517 flags = SYNC_WAIT; in __xfs_icache_free_eofblocks()
Dxfs_icache.h20 #define SYNC_WAIT 0x0001 /* wait for i/o to complete */ macro
Dxfs_mount.c992 xfs_reclaim_inodes(mp, SYNC_WAIT); in xfs_mountfs()
1075 xfs_reclaim_inodes(mp, SYNC_WAIT); in xfs_unmountfs()
Dxfs_super.c1192 xfs_reclaim_inodes(mp, SYNC_WAIT); in xfs_quiesce_attr()