| /linux/fs/smb/server/ |
| H A D | connection.c | 97 kvfree(conn->request_buf); in ksmbd_conn_free() 388 kvfree(conn->request_buf); in ksmbd_conn_handler_loop() 389 conn->request_buf = NULL; in ksmbd_conn_handler_loop() 430 conn->request_buf = kvmalloc(size, KSMBD_DEFAULT_GFP); in ksmbd_conn_handler_loop() 431 if (!conn->request_buf) in ksmbd_conn_handler_loop() 434 memcpy(conn->request_buf, hdr_buf, sizeof(hdr_buf)); in ksmbd_conn_handler_loop() 440 size = t->ops->read(t, conn->request_buf + 4, pdu_size, 2); in ksmbd_conn_handler_loop() 455 if (((struct smb2_hdr *)smb_get_msg(conn->request_buf))->ProtocolId == in ksmbd_conn_handler_loop()
|
| H A D | ksmbd_work.h | 35 void *request_buf; member 118 return work->request_buf + work->next_smb2_rcv_hdr_off + 4; in ksmbd_req_buf_next()
|
| H A D | smb_common.c | 167 hdr = smb_get_msg(work->request_buf); in ksmbd_verify_smb_message() 187 if (conn->request_buf[0] != 0) in ksmbd_smb_request() 190 proto = (__le32 *)smb_get_msg(conn->request_buf); in ksmbd_smb_request() 347 struct smb_hdr *rcv_hdr = (struct smb_hdr *)smb_get_msg(work->request_buf); in init_smb1_rsp_hdr() 438 struct smb_hdr *rcv_hdr = (struct smb_hdr *)smb_get_msg(conn->request_buf); in ksmbd_init_smb_server() 620 ksmbd_negotiate_smb_dialect(work->request_buf); in ksmbd_smb_negotiate_common()
|
| H A D | server.c | 174 conn->ops->is_transform_hdr(work->request_buf)) { in __handle_ksmbd_work() 302 work->request_buf = conn->request_buf; in queue_ksmbd_work() 303 conn->request_buf = NULL; in queue_ksmbd_work()
|
| H A D | smb2pdu.c | 52 *req = smb_get_msg(work->request_buf); in __wbuf() 185 struct smb2_hdr *hdr = smb_get_msg(work->request_buf); in is_smb2_neg_cmd() 235 rcv_hdr = smb_get_msg(work->request_buf); in get_smb2_cmd_val() 459 struct smb2_hdr *hdr = smb_get_msg(work->request_buf); in is_chained_smb2_message() 470 get_rfc1002_len(work->request_buf)) { in is_chained_smb2_message() 511 struct smb2_hdr *rcv_hdr = smb_get_msg(work->request_buf); in init_smb2_rsp_hdr() 540 struct smb2_hdr *hdr = smb_get_msg(work->request_buf); in smb2_allocate_rsp_buf() 552 if (get_rfc1002_len(work->request_buf) < in smb2_allocate_rsp_buf() 556 req = smb_get_msg(work->request_buf); in smb2_allocate_rsp_buf() 1106 struct smb2_negotiate_req *req = smb_get_msg(work->request_buf); in smb2_handle_negotiate() [all …]
|
| H A D | ksmbd_work.c | 56 kvfree(work->request_buf); in ksmbd_free_work_struct()
|
| H A D | connection.h | 59 char *request_buf; member
|
| H A D | oplock.c | 646 struct oplock_break_info *br_info = work->request_buf; in __smb2_oplock_break_noti() 731 work->request_buf = (char *)br_info; in smb2_oplock_break_noti() 759 struct lease_break_info *br_info = work->request_buf; in __smb2_lease_break_noti() 840 work->request_buf = (char *)br_info; in smb2_lease_break_noti()
|
| H A D | smb2misc.c | 373 __u32 len = get_rfc1002_len(work->request_buf); in ksmbd_smb2_check_message()
|
| /linux/drivers/infiniband/hw/mana/ |
| H A D | main.c | 385 void *request_buf; in mana_ib_gd_create_dma_region() local 400 request_buf = kzalloc(hwc->max_req_msg_size, GFP_KERNEL); in mana_ib_gd_create_dma_region() 401 if (!request_buf) in mana_ib_gd_create_dma_region() 404 create_req = request_buf; in mana_ib_gd_create_dma_region() 446 add_req = request_buf; in mana_ib_gd_create_dma_region() 472 kfree(request_buf); in mana_ib_gd_create_dma_region()
|
| /linux/fs/smb/client/ |
| H A D | cifssmb.c | 228 void **request_buf) in small_smb_init() argument 237 *request_buf = cifs_small_buf_get(); in small_smb_init() 238 if (*request_buf == NULL) { in small_smb_init() 243 in_len = header_assemble((struct smb_hdr *) *request_buf, smb_command, in small_smb_init() 254 struct cifs_ses *ses, void **request_buf) in small_smb_init_no_tc() argument 259 rc = small_smb_init(smb_command, wct, NULL, request_buf); in small_smb_init_no_tc() 263 buffer = (struct smb_hdr *)*request_buf; in small_smb_init_no_tc() 281 void **request_buf, void **response_buf) in __smb_init() argument 285 *request_buf = cifs_buf_get(); in __smb_init() 286 if (*request_buf == NULL) { in __smb_init() [all …]
|
| H A D | smb1proto.h | 32 struct cifs_ses *ses, void **request_buf);
|
| H A D | smb2pdu.c | 556 void **request_buf, unsigned int *total_len) in __smb2_plain_req_init() argument 562 *request_buf = cifs_buf_get(); in __smb2_plain_req_init() 565 *request_buf = cifs_small_buf_get(); in __smb2_plain_req_init() 568 if (*request_buf == NULL) { in __smb2_plain_req_init() 574 (struct smb2_hdr *)(*request_buf), in __smb2_plain_req_init() 588 void **request_buf, unsigned int *total_len) in smb2_plain_req_init() argument 596 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf, in smb2_plain_req_init() 602 void **request_buf, unsigned int *total_len) in smb2_ioctl_req_init() argument 614 request_buf, total_len); in smb2_ioctl_req_init() 617 request_buf, total_len); in smb2_ioctl_req_init()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cros-ec-tunnel.c | 34 u8 request_buf[256]; member
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_hw.h | 368 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf,
|