Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_trans_inode.c138 if ((flags & (XFS_ILOG_CORE | XFS_ILOG_TIMESTAMP)) && in xfs_trans_log_inode()
H A Dxfs_log_format.h329 #define XFS_ILOG_TIMESTAMP 0x4000 macro
347 XFS_ILOG_TIMESTAMP | XFS_ILOG_DOWNER | \
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_inode_item.c460 ilf->ilf_fields |= (iip->ili_fields & ~XFS_ILOG_TIMESTAMP); in xfs_inode_item_format()
H A Dxfs_file.c128 if (datasync && !(ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_fsync_seq()
H A Dxfs_iomap.c86 (ip->i_itemp->ili_fsync_fields & ~XFS_ILOG_TIMESTAMP)) in xfs_bmbt_to_iomap()
H A Dxfs_iops.c1105 int log_flags = XFS_ILOG_TIMESTAMP; in xfs_vn_update_time()
H A Dxfs_super.c686 xfs_trans_log_inode(tp, ip, XFS_ILOG_TIMESTAMP); in xfs_fs_dirty_inode()