Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dmisc.c235 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dcifsglob.h1823 #define CIFS_LARGE_BUFFER 2 macro
Dtransport.c1241 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv()
Dsmb2pdu.c4393 else if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_read()
4394 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
5001 if (resp_buftype == CIFS_LARGE_BUFFER) in smb2_parse_query_directory()
Dcifssmb.c1510 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1511 *pbuf_type = CIFS_LARGE_BUFFER; in CIFSSMBRead()
Dsmb2ops.c5039 free_rsp_buf(CIFS_LARGE_BUFFER, next_buffer); in receive_encrypted_standard()