Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dserver.c468 static const char * const debug_type_strings[] = {"smb", "auth", "vfs", variable
478 for (i = 0; i < ARRAY_SIZE(debug_type_strings); i++) { in debug_show()
480 pos = sysfs_emit_at(buf, sz, "[%s] ", debug_type_strings[i]); in debug_show()
482 pos = sysfs_emit_at(buf, sz, "%s ", debug_type_strings[i]); in debug_show()
495 for (i = 0; i < ARRAY_SIZE(debug_type_strings); i++) { in debug_store()
504 if (sysfs_streq(buf, debug_type_strings[i])) { in debug_store()