Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
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 | \
Dxfs_file.c741 xfs_blockgc_free_quota(ip, XFS_ICWALK_FLAG_SYNC); in xfs_file_buffered_write()
751 icw.icw_flags = XFS_ICWALK_FLAG_SYNC; in xfs_file_buffered_write()
Dxfs_icache.c1131 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_eofblocks()
1294 wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC); in xfs_inode_free_cowblocks()
Dxfs_super.c1777 .icw_flags = XFS_ICWALK_FLAG_SYNC, in xfs_remount_ro()
Dxfs_ioctl.c1839 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()