Searched refs:XFS_ICWALK_FLAG_SYNC (Results 1 – 5 of 5) sorted by relevance
22 #define XFS_ICWALK_FLAG_SYNC (1U << 0) /* sync/wait mode scan */ macro28 #define XFS_ICWALK_FLAGS_VALID (XFS_ICWALK_FLAG_SYNC | \
1234 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_eofblocks() 1354 sync = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_prep_free_cowblocks() 1406 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_cowblocks() 1627 * (XFS_ICWALK_FLAG_SYNC), the caller also must not hold any inode's IOLOCK or
1061 xfs_blockgc_free_quota(ip, XFS_ICWALK_FLAG_SYNC); in xfs_file_buffered_write()1071 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
1117 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()
2114 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()