Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1session.c331 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
H A Dmisc.c264 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
H A Dtransport.c1059 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv()
H A Dsmb2pdu.c1619 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
4981 if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_read()
4982 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read()
5713 } else if (resp_buftype == CIFS_SMALL_BUFFER) { in smb2_parse_query_directory()
H A Dcifsglob.h1910 #define CIFS_SMALL_BUFFER 1 macro
H A Dcifssmb.c1769 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBWrite()
1770 *pbuf_type = CIFS_SMALL_BUFFER; in CIFSSMBWrite()
H A Dsmb2ops.c5453 free_rsp_buf(CIFS_SMALL_BUFFER, next_buffer); in smb3_receive_transform()