Searched refs:__plog (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/linux/ |
D | fs_context.h | 200 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ macro 211 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__) 212 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) 223 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__) 224 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) 235 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__) 236 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)
|