Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_format.h1236 #define XFS_DIFLAG2_BIGTIME (1ULL << XFS_DIFLAG2_BIGTIME_BIT) macro
1242 XFS_DIFLAG2_BIGTIME | XFS_DIFLAG2_NREXT64 | XFS_DIFLAG2_METADATA)
1247 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_BIGTIME)); in xfs_dinode_has_bigtime()
H A Dxfs_inode_util.c76 XFS_DIFLAG2_BIGTIME | in xfs_flags2diflags2()
H A Dxfs_ialloc.c2987 igeo->new_diflags2 |= XFS_DIFLAG2_BIGTIME; in xfs_ialloc_setup_geometry()
/linux/fs/xfs/
H A Dxfs_inode.h335 return ip->i_diflags2 & XFS_DIFLAG2_BIGTIME; in xfs_inode_has_bigtime()
H A Dxfs_inode_item_recover.c123 (ld->di_flags2 & XFS_DIFLAG2_BIGTIME); in xfs_log_dinode_has_bigtime()
H A Dxfs_inode_item.c129 ip->i_diflags2 |= XFS_DIFLAG2_BIGTIME; in xfs_inode_item_precommit()
/linux/fs/xfs/scrub/
H A Dinode_repair.c569 flags2 &= ~XFS_DIFLAG2_BIGTIME; in xrep_dinode_flags()