Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfs_context.h186 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \ macro
197 #define info_plog(p, fmt, ...) __plog(p, 'i', fmt, ## __VA_ARGS__)
198 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__)
209 #define warn_plog(p, fmt, ...) __plog(p, 'w', fmt, ## __VA_ARGS__)
210 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__)
221 #define error_plog(p, fmt, ...) __plog(p, 'e', fmt, ## __VA_ARGS__)
222 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)

Completed in 3 milliseconds