Lines Matching refs:fmt
5 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt argument
18 # define dout(fmt, ...) \ argument
19 pr_debug("%.*s %12.12s:%-4d : " fmt, \
22 # define doutc(client, fmt, ...) \ argument
23 pr_debug("%.*s %12.12s:%-4d : [%pU %llu] " fmt, \
30 # define dout(fmt, ...) \ argument
31 no_printk(KERN_DEBUG fmt, ##__VA_ARGS__)
32 # define doutc(client, fmt, ...) \ argument
33 no_printk(KERN_DEBUG "[%pU %llu] " fmt, \
44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) argument
45 # define doutc(client, fmt, ...) \ argument
46 pr_debug(" [%pU %llu] %s: " fmt, &client->fsid, \
51 #define pr_notice_client(client, fmt, ...) \ argument
52 pr_notice("[%pU %llu]: " fmt, &client->fsid, \
54 #define pr_info_client(client, fmt, ...) \ argument
55 pr_info("[%pU %llu]: " fmt, &client->fsid, \
57 #define pr_warn_client(client, fmt, ...) \ argument
58 pr_warn("[%pU %llu]: " fmt, &client->fsid, \
60 #define pr_warn_once_client(client, fmt, ...) \ argument
61 pr_warn_once("[%pU %llu]: " fmt, &client->fsid, \
63 #define pr_err_client(client, fmt, ...) \ argument
64 pr_err("[%pU %llu]: " fmt, &client->fsid, \
66 #define pr_warn_ratelimited_client(client, fmt, ...) \ argument
67 pr_warn_ratelimited("[%pU %llu]: " fmt, &client->fsid, \
69 #define pr_err_ratelimited_client(client, fmt, ...) \ argument
70 pr_err_ratelimited("[%pU %llu]: " fmt, &client->fsid, \