Searched refs:logfc (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 192 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...); 195 logfc((fc)->log.log, NULL, (l), (fmt), ## __VA_ARGS__) 197 logfc((p)->log, (prefix), (l), (fmt), ## __VA_ARGS__)
|
| /linux/fs/ |
| H A D | fs_context.c | 411 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...) in logfc() function 462 EXPORT_SYMBOL(logfc);
|