Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfs_context.h186 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/
Dfs_context.c388 void logfc(struct fs_context *fc, const char *fmt, ...) in logfc() function
464 EXPORT_SYMBOL(logfc);