Home
last modified time | relevance | path

Searched refs:buf0_type (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dsess.c856 int buf0_type; member
879 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
894 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
902 free_rsp_buf(sess_data->buf0_type, sess_data->iov[0].iov_base); in sess_free_buffer()
903 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
953 &sess_data->buf0_type, in sess_sendreceive()
1521 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1747 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1173 int buf0_type; member
1234 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
1242 free_rsp_buf(sess_data->buf0_type, sess_data->iov[0].iov_base); in SMB2_sess_free_buffer()
1243 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1267 &sess_data->buf0_type, in SMB2_sess_sendreceive()
1443 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1607 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()