Lines Matching refs:client
22 # define doutc(client, fmt, ...) \ argument
26 &client->fsid, client->monc.auth->global_id, \
32 # define doutc(client, fmt, ...) \ argument
34 &client->fsid, \
35 client->monc.auth->global_id, \
45 # define doutc(client, fmt, ...) \ argument
46 pr_debug(" [%pU %llu] %s: " fmt, &client->fsid, \
47 client->monc.auth->global_id, __func__, ##__VA_ARGS__)
51 #define pr_notice_client(client, fmt, ...) \ argument
52 pr_notice("[%pU %llu]: " fmt, &client->fsid, \
53 client->monc.auth->global_id, ##__VA_ARGS__)
54 #define pr_info_client(client, fmt, ...) \ argument
55 pr_info("[%pU %llu]: " fmt, &client->fsid, \
56 client->monc.auth->global_id, ##__VA_ARGS__)
57 #define pr_warn_client(client, fmt, ...) \ argument
58 pr_warn("[%pU %llu]: " fmt, &client->fsid, \
59 client->monc.auth->global_id, ##__VA_ARGS__)
60 #define pr_warn_once_client(client, fmt, ...) \ argument
61 pr_warn_once("[%pU %llu]: " fmt, &client->fsid, \
62 client->monc.auth->global_id, ##__VA_ARGS__)
63 #define pr_err_client(client, fmt, ...) \ argument
64 pr_err("[%pU %llu]: " fmt, &client->fsid, \
65 client->monc.auth->global_id, ##__VA_ARGS__)
66 #define pr_warn_ratelimited_client(client, fmt, ...) \ argument
67 pr_warn_ratelimited("[%pU %llu]: " fmt, &client->fsid, \
68 client->monc.auth->global_id, ##__VA_ARGS__)
69 #define pr_err_ratelimited_client(client, fmt, ...) \ argument
70 pr_err_ratelimited("[%pU %llu]: " fmt, &client->fsid, \
71 client->monc.auth->global_id, ##__VA_ARGS__)