Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dmisc.c233 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
Dsmb2pdu.c1336 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
4381 if (resp_buftype == CIFS_SMALL_BUFFER) in SMB2_read()
4382 *buf_type = CIFS_SMALL_BUFFER; in SMB2_read()
4993 else if (resp_buftype == CIFS_SMALL_BUFFER) in smb2_parse_query_directory()
Dcifsglob.h1820 #define CIFS_SMALL_BUFFER 1 macro
Dtransport.c1243 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv()
Dsess.c1190 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
Dcifssmb.c1508 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1509 *pbuf_type = CIFS_SMALL_BUFFER; in CIFSSMBRead()
Dsmb2ops.c5027 free_rsp_buf(CIFS_SMALL_BUFFER, next_buffer); in receive_encrypted_standard()