__sysfs_match_string
ret = __sysfs_match_string(energy_perf_strings,
err = __sysfs_match_string(avail->strs, avail->num_items, buf);
match = __sysfs_match_string(sched_priority_names, num_priorities, buf);
match = __sysfs_match_string(sched_priority_names, num_priorities, buf);
ret = __sysfs_match_string(e->items, e->num_items, buf);
v = __sysfs_match_string(cache_replacement_policies, -1, buf);
v = __sysfs_match_string(bch_cache_modes, -1, buf);
v = __sysfs_match_string(bch_reada_cache_policies, -1, buf);
v = __sysfs_match_string(bch_stop_on_failure_modes, -1, buf);
v = __sysfs_match_string(error_actions, -1, buf);
ret = __sysfs_match_string(array, n, s);
val = __sysfs_match_string(sel->options, -1, buf);
int __sysfs_match_string(const char * const *array, size_t n, const char *s);
#define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s)
EXPORT_SYMBOL(__sysfs_match_string);