Searched refs:debug_type_strings (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | server.c | 479 static const char * const debug_type_strings[] = {"smb", "auth", "vfs", in debug_show() 489 for (i = 0; i < ARRAY_SIZE(debug_type_strings); i++) { in debug_show() 491 pos = sysfs_emit_at(buf, sz, "[%s] ", debug_type_strings[i]); in debug_store() 493 pos = sysfs_emit_at(buf, sz, "%s ", debug_type_strings[i]); in debug_store() 506 for (i = 0; i < ARRAY_SIZE(debug_type_strings); i++) { in debug_store() 515 if (sysfs_streq(buf, debug_type_strings[i])) { in debug_store() 469 static const char * const debug_type_strings[] = {"smb", "auth", "vfs", global() variable
|