Home
last modified time | relevance | path

Searched refs:pstore_type_names (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/pstore/
Dplatform.c51 static const char * const pstore_type_names[] = { variable
116 BUILD_BUG_ON(ARRAY_SIZE(pstore_type_names) != PSTORE_TYPE_MAX); in pstore_type_to_name()
121 return pstore_type_names[type]; in pstore_type_to_name()
130 if (!strcmp(pstore_type_names[i], name)) in pstore_name_to_type()