Searched refs:eitr (Results 1 – 1 of 1) sorted by relevance
183 const struct kmod_ext *eitr; in path_ends_with_kmod_ext() local185 for (eitr = kmod_exts; eitr->ext != NULL; eitr++) { in path_ends_with_kmod_ext()186 if (len <= eitr->len) in path_ends_with_kmod_ext()188 if (streq(path + len - eitr->len, eitr->ext)) in path_ends_with_kmod_ext()