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