Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dmisc.c253 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dcifsglob.h1889 #define CIFS_LARGE_BUFFER 2 macro
H A Dsmb2pdu.c4787 else if (resp_buftype == CIFS_LARGE_BUFFER) in SMB2_read()
4788 *buf_type = CIFS_LARGE_BUFFER; in SMB2_read()
5467 if (resp_buftype == CIFS_LARGE_BUFFER) in smb2_parse_query_directory()
H A Dcifssmb.c1510 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1511 *pbuf_type = CIFS_LARGE_BUFFER; in CIFSSMBRead()
2775 *rsp_buftype = CIFS_LARGE_BUFFER; in cifs_query_reparse_point()
H A Dsmb2ops.c5012 free_rsp_buf(CIFS_LARGE_BUFFER, next_buffer); in receive_encrypted_standard()