Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode_item.c120 * dirty. Once we've processed the XFS_ILOG_IVERSION flag, convert it in xfs_inode_item_precommit()
125 iip->ili_fsync_fields |= (flags & ~XFS_ILOG_IVERSION); in xfs_inode_item_precommit()
126 if (flags & XFS_ILOG_IVERSION) in xfs_inode_item_precommit()
127 flags = ((flags & ~XFS_ILOG_IVERSION) | XFS_ILOG_CORE); in xfs_inode_item_precommit()

Completed in 4 milliseconds