Home
last modified time | relevance | path

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

/Linux-v5.15/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.c772 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()
Dxfs_icache.c1139 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()
Dxfs_ioctl.c1908 dst->icw_flags |= XFS_ICWALK_FLAG_SYNC; in xfs_fs_eofblocks_from_user()