Searched refs:SYNC_WAIT (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.h32 #define SYNC_WAIT 0x0001 /* wait for i/o to complete */ macro
H A Dxfs_sync.c264 error = xfs_flush_pages(ip, 0, -1, (flags & SYNC_WAIT) ?
269 if (flags & SYNC_WAIT)
291 if (!(flags & SYNC_WAIT))
319 ASSERT((flags & ~(SYNC_TRYLOCK|SYNC_WAIT)) == 0);
326 xfs_log_force(mp, (flags & SYNC_WAIT) ? XFS_LOG_SYNC : 0);
338 ASSERT((flags & ~SYNC_WAIT) == 0);
393 xfs_sync_data(mp, SYNC_WAIT);
394 xfs_qm_sync(mp, SYNC_WAIT);
404 error2 = xfs_fs_log_dummy(mp, SYNC_WAIT);
430 xfs_reclaim_inodes(mp, SYNC_WAIT);
[all...]
H A Dxfs_super.c1404 return -xfs_fs_log_dummy(mp, SYNC_WAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_sync.h32 #define SYNC_WAIT 0x0001 /* wait for i/o to complete */ macro
H A Dxfs_sync.c264 error = xfs_flush_pages(ip, 0, -1, (flags & SYNC_WAIT) ?
269 if (flags & SYNC_WAIT)
291 if (!(flags & SYNC_WAIT))
319 ASSERT((flags & ~(SYNC_TRYLOCK|SYNC_WAIT)) == 0);
326 xfs_log_force(mp, (flags & SYNC_WAIT) ? XFS_LOG_SYNC : 0);
338 ASSERT((flags & ~SYNC_WAIT) == 0);
393 xfs_sync_data(mp, SYNC_WAIT);
394 xfs_qm_sync(mp, SYNC_WAIT);
404 error2 = xfs_fs_log_dummy(mp, SYNC_WAIT);
430 xfs_reclaim_inodes(mp, SYNC_WAIT);
[all...]
H A Dxfs_super.c1404 return -xfs_fs_log_dummy(mp, SYNC_WAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_dquot.c1193 (!(flags & SYNC_WAIT) && atomic_read(&dqp->q_pincount) > 0)) {
1258 if (flags & SYNC_WAIT)
1405 error = xfs_qm_dqflush(dqp, SYNC_WAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.c1193 (!(flags & SYNC_WAIT) && atomic_read(&dqp->q_pincount) > 0)) {
1258 if (flags & SYNC_WAIT)
1405 error = xfs_qm_dqflush(dqp, SYNC_WAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_fsops.c634 if (flags & SYNC_WAIT)
H A Dxfs_inode.c2785 if (!(flags & SYNC_WAIT) && xfs_ipincount(ip)) {
2822 (flags & SYNC_WAIT) ? XBF_LOCK : XBF_TRYLOCK);
2850 if (flags & SYNC_WAIT)
H A Dxfs_mount.c1467 xfs_reclaim_inodes(mp, SYNC_WAIT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_fsops.c634 if (flags & SYNC_WAIT)
H A Dxfs_inode.c2785 if (!(flags & SYNC_WAIT) && xfs_ipincount(ip)) {
2822 (flags & SYNC_WAIT) ? XBF_LOCK : XBF_TRYLOCK);
2850 if (flags & SYNC_WAIT)
H A Dxfs_mount.c1467 xfs_reclaim_inodes(mp, SYNC_WAIT);

Completed in 138 milliseconds