Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_inode_buf.c548 if ((flags2 & XFS_DIFLAG2_NREXT64) && dip->di_nrext64_pad) in xfs_dinode_verify_metadir()
550 if (!(flags2 & XFS_DIFLAG2_NREXT64) && dip->di_flushiter) in xfs_dinode_verify_metadir()
A Dxfs_format.h1237 #define XFS_DIFLAG2_NREXT64 (1ULL << XFS_DIFLAG2_NREXT64_BIT) macro
1242 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()
A Dxfs_inode_util.c77 XFS_DIFLAG2_NREXT64)); in xfs_flags2diflags2()
A Dxfs_inode_fork.c766 ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_iext_count_extend()
A Dxfs_exchmaps.c1187 ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_exchmaps_ensure_large_extent_counts()
A Dxfs_ialloc.c2989 igeo->new_diflags2 |= XFS_DIFLAG2_NREXT64; in xfs_ialloc_setup_geometry()
/fs/xfs/
A Dxfs_inode.h340 return ip->i_diflags2 & XFS_DIFLAG2_NREXT64; in xfs_inode_has_large_extent_counts()
A Dxfs_inode_item_recover.c151 (ld->di_flags2 & XFS_DIFLAG2_NREXT64); in xfs_log_dinode_has_large_extent_counts()
/fs/xfs/scrub/
A Dinode.c388 if ((flags2 & XFS_DIFLAG2_NREXT64) && !xfs_has_large_extent_counts(mp)) in xchk_inode_flags2()
A Dinode_repair.c571 flags2 &= ~XFS_DIFLAG2_NREXT64; in xrep_dinode_flags()
572 if (flags2 & XFS_DIFLAG2_NREXT64) in xrep_dinode_flags()
A Drepair.c865 sc->ip->i_diflags2 |= XFS_DIFLAG2_NREXT64; in xrep_ino_ensure_extent_count()

Completed in 31 milliseconds