Searched refs:build_request (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/net/ceph/ |
D | auth_none.c | 63 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request() function 126 .build_request = build_request,
|
D | auth.c | 164 static int build_request(struct ceph_auth_client *ac, bool add_header, in build_request() function 181 ret = ac->ops->build_request(ac, p + sizeof(u32), end); in build_request() 268 ret = build_request(ac, true, reply_buf, reply_len); in ceph_handle_auth_reply() 291 ret = build_request(ac, true, msg_buf, msg_len); in ceph_build_auth() 484 ret = build_request(ac, false, buf, buf_len); in ceph_auth_handle_reply_more()
|
D | auth_x.c | 1073 .build_request = ceph_x_build_request,
|
/linux-6.6.21/include/linux/ceph/ |
D | auth.h | 52 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end); member
|