Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_trans_inode.c110 flags |= XFS_ILOG_IVERSION; in xfs_trans_log_inode()
H A Dxfs_log_format.h341 #define XFS_ILOG_IVERSION 0x8000 macro
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item.c155 iip->ili_fsync_fields |= (flags & ~XFS_ILOG_IVERSION); in xfs_inode_item_precommit()
156 if (flags & XFS_ILOG_IVERSION) in xfs_inode_item_precommit()
157 flags = ((flags & ~XFS_ILOG_IVERSION) | XFS_ILOG_CORE); in xfs_inode_item_precommit()