Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsess.c1311 int buf0_type; member
1335 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
1350 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1363 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1366 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in sess_free_buffer()
1367 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1413 &sess_data->buf0_type, in sess_sendreceive()
1767 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1983 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
H A Dsmb2pdu.c1439 int buf0_type; member
1513 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
1524 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1527 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in SMB2_sess_free_buffer()
1528 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1552 &sess_data->buf0_type, in SMB2_sess_sendreceive()
1740 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1915 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()