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

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1091 #define XFS_DIFLAG2_BIGTIME (1 << XFS_DIFLAG2_BIGTIME_BIT) macro
1096 XFS_DIFLAG2_BIGTIME | XFS_DIFLAG2_NREXT64)
1101 (dip->di_flags2 & cpu_to_be64(XFS_DIFLAG2_BIGTIME));
H A Dxfs_ialloc.c2886 igeo->new_diflags2 |= XFS_DIFLAG2_BIGTIME;
/linux-master/fs/xfs/
H A Dxfs_inode.h306 return ip->i_diflags2 & XFS_DIFLAG2_BIGTIME;
H A Dxfs_inode_item_recover.c121 (ld->di_flags2 & XFS_DIFLAG2_BIGTIME);
H A Dxfs_inode_item.c99 ip->i_diflags2 |= XFS_DIFLAG2_BIGTIME;
H A Dxfs_ioctl.c1106 XFS_DIFLAG2_BIGTIME |
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c497 flags2 &= ~XFS_DIFLAG2_BIGTIME;

Completed in 196 milliseconds