Searched refs:XFS_ICWALK_FLAG_SYNC (Results 1 – 4 of 4) 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 | \
772 xfs_blockgc_free_quota(ip, XFS_ICWALK_FLAG_SYNC); in xfs_file_buffered_write()782 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
1139 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_eofblocks()1302 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_cowblocks()
1908 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()