Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG2_NREXT64 (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_format.h1101 #define XFS_DIFLAG2_NREXT64 (1 << XFS_DIFLAG2_NREXT64_BIT) macro
1105 XFS_DIFLAG2_BIGTIME | XFS_DIFLAG2_NREXT64)
1117 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_NREXT64)); in xfs_dinode_has_large_extent_counts()
A Dxfs_inode_util.c77 XFS_DIFLAG2_NREXT64)); in xfs_flags2diflags2()
A Dxfs_inode_fork.c805 ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_iext_count_extend()
A Dxfs_exchmaps.c1185 ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_exchmaps_ensure_large_extent_counts()
A Dxfs_ialloc.c2947 igeo->new_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_ialloc_setup_geometry()
/linux/fs/xfs/
A Dxfs_inode.h316 return ip->i_diflags2 & XFS_DIFLAG2_NREXT64; in xfs_inode_has_large_extent_counts()
A Dxfs_inode_item_recover.c149 (ld->di_flags2 & XFS_DIFLAG2_NREXT64); in xfs_log_dinode_has_large_extent_counts()
/linux/fs/xfs/scrub/
A Dinode.c350 if ((flags2 & XFS_DIFLAG2_NREXT64) && !xfs_has_large_extent_counts(mp)) in xchk_inode_flags2()
A Dinode_repair.c563 flags2 &= ~XFS_DIFLAG2_NREXT64; in xrep_dinode_flags()
564 if (flags2 & XFS_DIFLAG2_NREXT64) in xrep_dinode_flags()
A Drepair.c822 sc->ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xrep_ino_ensure_extent_count()

Completed in 999 milliseconds