Home
last modified time | relevance | path

Searched refs:NextCommand (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/fs/smb/server/
Dsmb2misc.c354 __u32 req_struct_size, next_cmd = le32_to_cpu(hdr->NextCommand); in ksmbd_smb2_check_message()
Dsmb2pdu.c264 rsp_hdr->NextCommand = 0; in init_smb2_neg_rsp()
358 if (!req_hdr->NextCommand) { in smb2_set_rsp_credits()
396 next_hdr_offset = le32_to_cpu(req->NextCommand); in init_chained_smb2_rsp()
401 rsp->NextCommand = cpu_to_le32(new_len); in init_chained_smb2_rsp()
429 rsp_hdr->NextCommand = 0; in init_chained_smb2_rsp()
452 next_cmd = le32_to_cpu(hdr->NextCommand); in is_chained_smb2_message()
508 rsp_hdr->NextCommand = 0; in init_smb2_rsp_hdr()
547 if (le32_to_cpu(hdr->NextCommand) > 0) in smb2_allocate_rsp_buf()
2675 if (req->hdr.NextCommand && !work->next_smb2_rcv_hdr_off && in smb2_open()
8286 if (work->next_smb2_rcv_hdr_off && req->hdr.NextCommand) { in smb2_notify()
[all …]
Doplock.c654 rsp_hdr->NextCommand = 0; in __smb2_oplock_break_noti()
758 rsp_hdr->NextCommand = 0; in __smb2_lease_break_noti()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h143 __le32 NextCommand; member
165 __le32 NextCommand; member
/Linux-v6.6/fs/smb/client/
Dsmb2ops.c2512 shdr->NextCommand = cpu_to_le32(len); in smb2_set_next_command()
4951 if (shdr->NextCommand) { in receive_encrypted_standard()
4957 buf + le32_to_cpu(shdr->NextCommand), in receive_encrypted_standard()
4958 pdu_length - le32_to_cpu(shdr->NextCommand)); in receive_encrypted_standard()
4982 if (ret == 0 && shdr->NextCommand) { in receive_encrypted_standard()
4983 pdu_length -= le32_to_cpu(shdr->NextCommand); in receive_encrypted_standard()
5056 return le32_to_cpu(hdr->NextCommand); in smb2_next_header()
Dsmb2pdu.c4138 shdr->NextCommand = cpu_to_le32(*total_len); in smb2_new_read_req()
4140 shdr->NextCommand = 0; in smb2_new_read_req()