Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dmisc.c225 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dcifsglob.h1561 #define CIFS_LARGE_BUFFER 2 macro
Dtransport.c900 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv()
Dsmb2pdu.c3281 else if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_read()
3282 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
3743 if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_query_directory()
Dcifssmb.c1820 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1821 *pbuf_type = CIFS_LARGE_BUFFER; in CIFSSMBRead()