Home | History | Annotate | Download | only in e2p

Lines Matching defs:compat

23 	int		compat;
91 const char *e2p_feature2string(int compat, unsigned int mask)
99 if ((compat == f->compat) &&
103 switch (compat) {
130 *compat_type = f->compat;
165 const char *e2p_jrnl_feature2string(int compat, unsigned int mask)
173 if ((compat == f->compat) &&
177 switch (compat) {
204 *compat_type = f->compat;
346 int compat, compat2, i;
361 e2p_string2feature((char *)f->string, &compat,
363 str = e2p_feature2string(compat, mask);
366 &compat, &mask);
367 str = e2p_jrnl_feature2string(compat, mask);
371 compat, mask, f->string);
375 (compat2 != compat) ||