Searched refs:__plog (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| A D | fs_context.h | 193 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ macro 204 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) 205 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) 216 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) 217 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) 228 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) 229 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)
|
Completed in 6 milliseconds