Searched refs:XFS_DIFLAG2_NREXT64 (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1092 #define XFS_DIFLAG2_NREXT64 (1 << XFS_DIFLAG2_NREXT64_BIT) macro
1096 XFS_DIFLAG2_BIGTIME | XFS_DIFLAG2_NREXT64)
1108 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_NREXT64));
H A Dxfs_inode_fork.c812 ip->i_diflags2 |= XFS_DIFLAG2_NREXT64;
H A Dxfs_ialloc.c2888 igeo->new_diflags2 |= XFS_DIFLAG2_NREXT64;
/linux-master/fs/xfs/
H A Dxfs_inode.h311 return ip->i_diflags2 & XFS_DIFLAG2_NREXT64;
H A Dxfs_inode_item_recover.c149 (ld->di_flags2 & XFS_DIFLAG2_NREXT64);
H A Dxfs_ioctl.c1107 XFS_DIFLAG2_NREXT64));
/linux-master/fs/xfs/scrub/
H A Dinode.c350 if ((flags2 & XFS_DIFLAG2_NREXT64) && !xfs_has_large_extent_counts(mp))
H A Dinode_repair.c499 flags2 &= ~XFS_DIFLAG2_NREXT64;
500 if (flags2 & XFS_DIFLAG2_NREXT64)
H A Drepair.c817 sc->ip->i_diflags2 |= XFS_DIFLAG2_NREXT64;

Completed in 130 milliseconds