Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsess.c1343 int buf0_type;
1367 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
1382 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1395 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1398 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in sess_free_buffer()
1399 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1445 &sess_data->buf0_type, in sess_sendreceive()
1799 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
2015 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
1342 int buf0_type; global() member
H A Dsmb2pdu.c1456 int buf0_type; member
1530 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
1541 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1544 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in SMB2_sess_free_buffer()
1545 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1569 &sess_data->buf0_type, in SMB2_sess_sendreceive()
1751 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1926 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()