Searched refs:__logfc (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 194 #define __logfc(fc, l, fmt, ...) \ macro 208 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) 222 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) 236 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__)
|