Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dmisc.c236 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dtransport.c1156 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv()
Dcifsglob.h1714 #define CIFS_LARGE_BUFFER 2 macro
Dsmb2pdu.c3809 else if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_read()
3810 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
4293 if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_query_directory()
Dcifssmb.c1912 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1913 *pbuf_type = CIFS_LARGE_BUFFER; in CIFSSMBRead()
Dsmb2ops.c4278 free_rsp_buf(CIFS_LARGE_BUFFER, next_buffer); in receive_encrypted_standard()