Searched refs:logfc (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/linux/ |
D | fs_context.h | 186 void logfc(struct fs_context *fc, const char *fmt, ...); 196 #define infof(fc, fmt, ...) ({ logfc(fc, "i "fmt, ## __VA_ARGS__); }) 206 #define warnf(fc, fmt, ...) ({ logfc(fc, "w "fmt, ## __VA_ARGS__); }) 216 #define errorf(fc, fmt, ...) ({ logfc(fc, "e "fmt, ## __VA_ARGS__); })
|
/Linux-v5.4/fs/ |
D | fs_context.c | 388 void logfc(struct fs_context *fc, const char *fmt, ...) in logfc() function 464 EXPORT_SYMBOL(logfc);
|