Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dmisc.c232 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
Dsmb2pdu.c2105 if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_read()
2106 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read()
2465 else if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_query_directory()
Dtransport.c821 *resp_buf_type = CIFS_SMALL_BUFFER; in SendReceive2()
Dcifsglob.h1425 #define CIFS_SMALL_BUFFER 1 macro
Dsess.c569 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
Dcifssmb.c1760 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1761 *pbuf_type = CIFS_SMALL_BUFFER; in CIFSSMBRead()