Searched refs:XFS_DIFLAG_ANY (Results 1 – 2 of 2) sorted by relevance
1795 if (sc->ip->i_diflags & ~XFS_DIFLAG_ANY) in xrep_inode_flags()1796 sc->ip->i_diflags &= ~XFS_DIFLAG_ANY; in xrep_inode_flags()
1178 #define XFS_DIFLAG_ANY \ macro