Searched refs:CMP_MAX (Results 1 – 2 of 2) sorted by relevance
166 CMP_MAX = 255/* Highest compression_type supported */ enumerator
135 static const decmpfs_registration *decompressors[CMP_MAX]; /* the registered compressors */185 if (type >= CMP_MAX) {582 if (hdr->compression_type >= CMP_MAX && !decmpfs_type_is_dataless(hdr->compression_type)) {1070 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {1102 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {