Searched refs:request_buf (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/ksmbd/ |
| A D | connection.c | 39 kvfree(conn->request_buf); in ksmbd_conn_free() 290 kvfree(conn->request_buf); in ksmbd_conn_handler_loop() 291 conn->request_buf = NULL; in ksmbd_conn_handler_loop() 311 conn->request_buf = kvmalloc(size, GFP_KERNEL); in ksmbd_conn_handler_loop() 312 if (!conn->request_buf) in ksmbd_conn_handler_loop() 315 memcpy(conn->request_buf, hdr_buf, sizeof(hdr_buf)); in ksmbd_conn_handler_loop() 323 size = t->ops->read(t, conn->request_buf + 4, pdu_size); in ksmbd_conn_handler_loop()
|
| A D | ksmbd_work.h | 30 void *request_buf; member 104 return work->request_buf + work->next_smb2_rcv_hdr_off + 4; in ksmbd_req_buf_next()
|
| A D | server.c | 170 conn->ops->is_transform_hdr(work->request_buf)) { in __handle_ksmbd_work() 285 work->request_buf = conn->request_buf; in queue_ksmbd_work() 286 conn->request_buf = NULL; in queue_ksmbd_work()
|
| A D | smb_common.c | 141 hdr = work->request_buf; in ksmbd_verify_smb_message() 157 return conn->request_buf[0] == 0; in ksmbd_smb_request() 449 ksmbd_negotiate_smb_dialect(work->request_buf); in ksmbd_smb_negotiate_common() 453 struct smb2_hdr *smb2_hdr = smb2_get_msg(work->request_buf); in ksmbd_smb_negotiate_common()
|
| A D | smb2pdu.c | 46 *req = smb2_get_msg(work->request_buf); in __wbuf() 203 rcv_hdr = smb2_get_msg(work->request_buf); in get_smb2_cmd_val() 444 get_rfc1002_len(work->request_buf)) { in is_chained_smb2_message() 535 req = smb2_get_msg(work->request_buf); in smb2_allocate_rsp_buf() 1152 work->request_buf, in smb2_handle_negotiate() 2030 smb2_get_msg(work->request_buf); in smb2_tree_disconnect() 5998 req = smb2_get_msg(work->request_buf); in smb2_set_info() 7541 req = smb2_get_msg(work->request_buf); in smb2_ioctl() 8205 hdr = smb2_get_msg(work->request_buf); in smb2_check_sign_req() 8304 hdr = smb2_get_msg(work->request_buf); in smb3_check_sign_req() [all …]
|
| A D | ksmbd_work.c | 41 kvfree(work->request_buf); in ksmbd_free_work_struct()
|
| A D | connection.h | 53 char *request_buf; member
|
| A D | oplock.c | 613 struct oplock_break_info *br_info = work->request_buf; in __smb2_oplock_break_noti() 701 work->request_buf = (char *)br_info; in smb2_oplock_break_noti() 728 struct lease_break_info *br_info = work->request_buf; in __smb2_lease_break_noti() 811 work->request_buf = (char *)br_info; in smb2_lease_break_noti()
|
| A D | smb2misc.c | 353 __u32 len = get_rfc1002_len(work->request_buf); in ksmbd_smb2_check_message()
|
| /linux/drivers/i2c/busses/ |
| A D | i2c-cros-ec-tunnel.c | 34 u8 request_buf[256]; member
|
| /linux/fs/cifs/ |
| A D | cifssmb.c | 247 void **request_buf) in small_smb_init() argument 255 *request_buf = cifs_small_buf_get(); in small_smb_init() 256 if (*request_buf == NULL) { in small_smb_init() 272 struct cifs_ses *ses, void **request_buf) in small_smb_init_no_tc() argument 281 buffer = (struct smb_hdr *)*request_buf; in small_smb_init_no_tc() 299 void **request_buf, void **response_buf) in __smb_init() argument 301 *request_buf = cifs_buf_get(); in __smb_init() 302 if (*request_buf == NULL) { in __smb_init() 311 *response_buf = *request_buf; in __smb_init() 325 void **request_buf, void **response_buf) in smb_init() argument [all …]
|
| A D | smb2pdu.c | 360 void **request_buf, unsigned int *total_len) in __smb2_plain_req_init() argument 364 *request_buf = cifs_buf_get(); in __smb2_plain_req_init() 366 *request_buf = cifs_small_buf_get(); in __smb2_plain_req_init() 367 if (*request_buf == NULL) { in __smb2_plain_req_init() 373 (struct smb2_hdr *)(*request_buf), in __smb2_plain_req_init() 387 void **request_buf, unsigned int *total_len) in smb2_plain_req_init() argument 395 return __smb2_plain_req_init(smb2_command, tcon, server, request_buf, in smb2_plain_req_init() 401 void **request_buf, unsigned int *total_len) in smb2_ioctl_req_init() argument 406 request_buf, total_len); in smb2_ioctl_req_init() 409 request_buf, total_len); in smb2_ioctl_req_init()
|
| A D | cifsproto.h | 163 void **request_buf);
|
| /linux/drivers/staging/media/av7110/ |
| A D | av7110_hw.h | 375 extern int av7110_fw_request(struct av7110 *av7110, u16 *request_buf,
|
| A D | av7110_hw.c | 532 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 300 milliseconds