Searched refs:XFS_DIFLAG2_ANY (Results 1 – 2 of 2) sorted by relevance
1826 if (sc->ip->i_diflags2 & ~XFS_DIFLAG2_ANY) in xrep_inode_flags()1827 sc->ip->i_diflags2 &= ~XFS_DIFLAG2_ANY; in xrep_inode_flags()
1240 #define XFS_DIFLAG2_ANY \ macro