Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dmisc.c255 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dcifsglob.h1894 #define CIFS_LARGE_BUFFER 2 macro
H A Dtransport.c1252 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv()
H A Dsmb2pdu.c4783 else if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_read()
4784 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
5463 if (resp_buftype == CIFS_LARGE_BUFFER) in smb2_parse_query_directory()
H A Dcifssmb.c1537 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1538 *pbuf_type = CIFS_LARGE_BUFFER; in CIFSSMBRead()
2805 *rsp_buftype = CIFS_LARGE_BUFFER; in cifs_query_reparse_point()
H A Dsmb2ops.c5018 free_rsp_buf(CIFS_LARGE_BUFFER, next_buffer); in receive_encrypted_standard()