Searched refs:CMP_MAX (Results 1 – 2 of 2) sorted by relevance
168 CMP_MAX = 255/* Highest compression_type supported */ enumerator
163 static const decmpfs_registration *decompressors[CMP_MAX]; /* the registered compressors */213 if (type >= CMP_MAX) {610 if (hdr->compression_type >= CMP_MAX && !decmpfs_type_is_dataless(hdr->compression_type)) {1098 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {1130 if ((compression_type >= CMP_MAX) || !registration_valid(registration)) {