Home
last modified time | relevance | path

Searched refs:request_buf (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/fs/ksmbd/
A Dconnection.c40 kvfree(conn->request_buf); in ksmbd_conn_free()
298 kvfree(conn->request_buf); in ksmbd_conn_handler_loop()
299 conn->request_buf = NULL; in ksmbd_conn_handler_loop()
332 conn->request_buf = kvmalloc(size, in ksmbd_conn_handler_loop()
336 if (!conn->request_buf) in ksmbd_conn_handler_loop()
339 memcpy(conn->request_buf, hdr_buf, sizeof(hdr_buf)); in ksmbd_conn_handler_loop()
347 size = t->ops->read(t, conn->request_buf + 4, pdu_size); in ksmbd_conn_handler_loop()
A Dksmbd_work.h30 void *request_buf; member
104 return work->request_buf + work->next_smb2_rcv_hdr_off + 4; in ksmbd_req_buf_next()
A Dserver.c170 conn->ops->is_transform_hdr(work->request_buf)) { in __handle_ksmbd_work()
289 work->request_buf = conn->request_buf; in queue_ksmbd_work()
290 conn->request_buf = NULL; in queue_ksmbd_work()
A Dsmb_common.c143 hdr = work->request_buf; in ksmbd_verify_smb_message()
161 return conn->request_buf[0] == 0; in ksmbd_smb_request()
456 ksmbd_negotiate_smb_dialect(work->request_buf); in ksmbd_smb_negotiate_common()
460 struct smb2_hdr *smb2_hdr = smb2_get_msg(work->request_buf); in ksmbd_smb_negotiate_common()
A Dksmbd_work.c41 kvfree(work->request_buf); in ksmbd_free_work_struct()
A Dsmb2pdu.c48 *req = smb2_get_msg(work->request_buf); in __wbuf()
198 rcv_hdr = smb2_get_msg(work->request_buf); in get_smb2_cmd_val()
439 get_rfc1002_len(work->request_buf)) { in is_chained_smb2_message()
530 req = smb2_get_msg(work->request_buf); in smb2_allocate_rsp_buf()
1152 work->request_buf, in smb2_handle_negotiate()
2039 smb2_get_msg(work->request_buf); in smb2_tree_disconnect()
6025 req = smb2_get_msg(work->request_buf); in smb2_set_info()
7591 req = smb2_get_msg(work->request_buf); in smb2_ioctl()
8277 hdr = smb2_get_msg(work->request_buf); in smb2_check_sign_req()
8376 hdr = smb2_get_msg(work->request_buf); in smb3_check_sign_req()
[all …]
A Dconnection.h47 char *request_buf; member
A Doplock.c614 struct oplock_break_info *br_info = work->request_buf; in __smb2_oplock_break_noti()
705 work->request_buf = (char *)br_info; in smb2_oplock_break_noti()
732 struct lease_break_info *br_info = work->request_buf; in __smb2_lease_break_noti()
821 work->request_buf = (char *)br_info; in smb2_lease_break_noti()
A Dsmb2misc.c353 __u32 len = get_rfc1002_len(work->request_buf); in ksmbd_smb2_check_message()
/linux-6.3-rc2/drivers/infiniband/hw/mana/
A Dmain.c329 void *request_buf; in mana_ib_gd_create_dma_region() local
351 request_buf = kzalloc(hwc->max_req_msg_size, GFP_KERNEL); in mana_ib_gd_create_dma_region()
352 if (!request_buf) in mana_ib_gd_create_dma_region()
355 create_req = request_buf; in mana_ib_gd_create_dma_region()
397 add_req = request_buf; in mana_ib_gd_create_dma_region()
423 kfree(request_buf); in mana_ib_gd_create_dma_region()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-cros-ec-tunnel.c34 u8 request_buf[256]; member
/linux-6.3-rc2/fs/cifs/
A Dcifssmb.c205 void **request_buf) in small_smb_init() argument
213 *request_buf = cifs_small_buf_get(); in small_smb_init()
214 if (*request_buf == NULL) { in small_smb_init()
230 struct cifs_ses *ses, void **request_buf) in small_smb_init_no_tc() argument
239 buffer = (struct smb_hdr *)*request_buf; in small_smb_init_no_tc()
257 void **request_buf, void **response_buf) in __smb_init() argument
259 *request_buf = cifs_buf_get(); in __smb_init()
260 if (*request_buf == NULL) { in __smb_init()
269 *response_buf = *request_buf; in __smb_init()
283 void **request_buf, void **response_buf) in smb_init() argument
[all …]
A Dsmb2pdu.c350 void **request_buf, unsigned int *total_len) in __smb2_plain_req_init() argument
354 *request_buf = cifs_buf_get(); in __smb2_plain_req_init()
356 *request_buf = cifs_small_buf_get(); in __smb2_plain_req_init()
357 if (*request_buf == NULL) { in __smb2_plain_req_init()
363 (struct smb2_hdr *)(*request_buf), in __smb2_plain_req_init()
377 void **request_buf, unsigned int *total_len) in smb2_plain_req_init() argument
385 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf, in smb2_plain_req_init()
391 void **request_buf, unsigned int *total_len) in smb2_ioctl_req_init() argument
396 request_buf, total_len); in smb2_ioctl_req_init()
399 request_buf, total_len); in smb2_ioctl_req_init()
A Dcifsproto.h167 void **request_buf);
/linux-6.3-rc2/drivers/staging/media/av7110/
A Dav7110_hw.h375 extern int av7110_fw_request(struct av7110 *av7110, u16 *request_buf,
A Dav7110_hw.c532 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, in av7110_fw_request() argument
552 if ((err = __av7110_send_fw_cmd(av7110, request_buf, request_buf_len)) < 0) { in av7110_fw_request()

Completed in 53 milliseconds