Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfs_context.h184 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \ macro
196 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__)
208 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__)
220 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__)

Completed in 3 milliseconds