Home
last modified time | relevance | path

Searched refs:XFS_ILOG_TIMESTAMP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h333 #define XFS_ILOG_TIMESTAMP 0x4000 macro
359 XFS_ILOG_TIMESTAMP | XFS_ILOG_DOWNER | \
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item.c125 if ((flags & (XFS_ILOG_CORE | XFS_ILOG_TIMESTAMP)) && in xfs_inode_item_precommit()
673 ilf->ilf_fields |= (iip->ili_fields & ~XFS_ILOG_TIMESTAMP); in xfs_inode_item_format()
H A Dxfs_iops.c1042 int log_flags = XFS_ILOG_TIMESTAMP; in xfs_vn_update_time()
H A Dxfs_file.c89 if (datasync && !(ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_fsync_seq()
H A Dxfs_iomap.c132 (ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_bmbt_to_iomap()
H A Dxfs_super.c694 xfs_trans_log_inode(tp, ip, XFS_ILOG_TIMESTAMP); in xfs_fs_dirty_inode()