Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.c4052 void *rsp_org, int infoclass_size) in buffer_check_err() argument
4058 *(__be32 *)rsp_org = cpu_to_be32(sizeof(struct smb2_hdr)); in buffer_check_err()
4064 *(__be32 *)rsp_org = cpu_to_be32(sizeof(struct smb2_hdr) + in buffer_check_err()
4072 void *rsp_org) in get_standard_info_pipe() argument
4085 inc_rfc1001_len(rsp_org, sizeof(struct smb2_file_standard_info)); in get_standard_info_pipe()
4089 void *rsp_org) in get_internal_info_pipe() argument
4099 inc_rfc1001_len(rsp_org, sizeof(struct smb2_file_internal_info)); in get_internal_info_pipe()
4105 void *rsp_org) in smb2_get_info_file_pipe() argument
4123 get_standard_info_pipe(rsp, rsp_org); in smb2_get_info_file_pipe()
4125 rsp, rsp_org, in smb2_get_info_file_pipe()
[all …]