Home
last modified time | relevance | path

Searched refs:XFS_ICWALK_FLAG_SYNC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_icache.h22 #define XFS_ICWALK_FLAG_SYNC (1U << 0) /* sync/wait mode scan */ macro
28 #define XFS_ICWALK_FLAGS_VALID (XFS_ICWALK_FLAG_SYNC | \
H A Dxfs_file.c801 xfs_blockgc_free_quota(ip, XFS_ICWALK_FLAG_SYNC); in xfs_file_buffered_write()
811 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
H A Dxfs_icache.c1126 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_eofblocks()
1289 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_cowblocks()
H A Dxfs_super.c1848 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
H A Dxfs_ioctl.c1845 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()