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

/linux-master/include/linux/
H A Dfs_context.h187 #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__)

Completed in 220 milliseconds