Searched refs:XFS_DIFLAG2_ANY (Results 1 – 3 of 3) sorted by relevance
360 if (flags2 & ~XFS_DIFLAG2_ANY) in xchk_inode_flags2()
1830 if (sc->ip->i_diflags2 & ~XFS_DIFLAG2_ANY) in xrep_inode_flags()1831 sc->ip->i_diflags2 &= XFS_DIFLAG2_ANY; in xrep_inode_flags()
1240 #define XFS_DIFLAG2_ANY \ macro