Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_icache.c905 if (!(sync_mode & SYNC_WAIT)) in xfs_reclaim_inode()
916 if (!(sync_mode & SYNC_WAIT)) in xfs_reclaim_inode()
929 if (!(sync_mode & SYNC_WAIT)) in xfs_reclaim_inode()
1130 if (skipped && (flags & SYNC_WAIT) && *nr_to_scan > 0) { in xfs_reclaim_inodes_ag()
1165 return xfs_reclaim_inodes_ag(mp, SYNC_TRYLOCK | SYNC_WAIT, &nr_to_scan); in xfs_reclaim_inodes_nr()
1256 if (!(flags & SYNC_WAIT) && in xfs_inode_free_eofblocks()
1285 if (ret == -EAGAIN && !(flags & SYNC_WAIT)) in xfs_inode_free_eofblocks()
1299 flags = SYNC_WAIT; in xfs_icache_free_eofblocks()
Dxfs_icache.h33 #define SYNC_WAIT 0x0001 /* wait for i/o to complete */ macro
Dxfs_mount.c1001 xfs_reclaim_inodes(mp, SYNC_WAIT); in xfs_unmountfs()
Dxfs_super.c1152 xfs_reclaim_inodes(mp, SYNC_WAIT); in xfs_quiesce_attr()