Home
last modified time | relevance | path

Searched refs:XFS_ILOG_IVERSION (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_trans_inode.c112 flags |= XFS_ILOG_IVERSION; in xfs_trans_log_inode()
Dxfs_log_format.h348 #define XFS_ILOG_IVERSION 0x8000 macro
/linux-6.12.1/fs/xfs/
Dxfs_inode_item.c156 iip->ili_fsync_fields |= (flags & ~XFS_ILOG_IVERSION); in xfs_inode_item_precommit()
157 if (flags & XFS_ILOG_IVERSION) in xfs_inode_item_precommit()
158 flags = ((flags & ~XFS_ILOG_IVERSION) | XFS_ILOG_CORE); in xfs_inode_item_precommit()