Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dmisc.c232 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
Dsmb2pdu.c1915 if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_read()
1916 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read()
2272 else if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_query_directory()
Dtransport.c819 *resp_buf_type = CIFS_SMALL_BUFFER; in SendReceive2()
Dcifsglob.h1410 #define CIFS_SMALL_BUFFER 1 macro
Dsess.c569 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
Dcifssmb.c1757 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1758 *pbuf_type = CIFS_SMALL_BUFFER; in CIFSSMBRead()