Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dmisc.c250 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
H A Dsmb2pdu.c1531 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
4791 if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_read()
4792 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read()
5473 else if (resp_buftype == CIFS_SMALL_BUFFER) in smb2_parse_query_directory()
H A Dcifsglob.h1863 #define CIFS_SMALL_BUFFER 1 macro
H A Dcifssmb.c1502 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1503 *pbuf_type = CIFS_SMALL_BUFFER; in CIFSSMBRead()
H A Dsmb2ops.c5008 free_rsp_buf(CIFS_SMALL_BUFFER, next_buffer); in receive_encrypted_standard()