Searched refs:XFS_DIFLAG2_NREXT64 (Results 1 – 7 of 7) sorted by relevance
1237 #define XFS_DIFLAG2_NREXT64 (1ULL << XFS_DIFLAG2_NREXT64_BIT) macro1242 XFS_DIFLAG2_BIGTIME | XFS_DIFLAG2_NREXT64 | XFS_DIFLAG2_METADATA)1254 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_NREXT64)); in xfs_dinode_has_large_extent_counts()
553 if ((flags2 & XFS_DIFLAG2_NREXT64) && dip->di_nrext64_pad) in xfs_dinode_verify_metadir()555 if (!(flags2 & XFS_DIFLAG2_NREXT64) && dip->di_flushiter) in xfs_dinode_verify_metadir()
1197 ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_exchmaps_ensure_large_extent_counts()
344 return ip->i_diflags2 & XFS_DIFLAG2_NREXT64; in xfs_inode_has_large_extent_counts()
388 if ((flags2 & XFS_DIFLAG2_NREXT64) && !xfs_has_large_extent_counts(mp)) in xchk_inode_flags2()
571 flags2 &= ~XFS_DIFLAG2_NREXT64; in xrep_dinode_flags()572 if (flags2 & XFS_DIFLAG2_NREXT64) in xrep_dinode_flags()
880 sc->ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xrep_ino_ensure_extent_count()