Searched refs:__plog (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/include/linux/ |
D | fs_context.h | 187 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ macro 198 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) 199 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) 210 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) 211 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) 222 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) 223 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)
|