Searched refs:ratefunc (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.h | 55 #define cifs_info_func(ratefunc, fmt, ...) \ argument 56 pr_info_ ## ratefunc(fmt, ##__VA_ARGS__) 62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument 65 pr_debug_ ## ratefunc("%s: " fmt, \ 68 pr_err_ ## ratefunc("VFS: " fmt, ##__VA_ARGS__); \ 70 pr_debug_ ## ratefunc(fmt, ##__VA_ARGS__); \ 86 pr_debug_ ## ratefunc("%s: \\\\%s " fmt, \ 90 pr_err_ ## ratefunc("VFS: \\\\%s " fmt, \ 93 pr_debug_ ## ratefunc("\\\\%s " fmt, \ 108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument [all …]
|