Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dsess.c1310 int buf0_type; member
1334 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
1349 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1362 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1365 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in sess_free_buffer()
1366 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1412 &sess_data->buf0_type, in sess_sendreceive()
1766 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1982 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1461 int buf0_type; member
1535 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
1546 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1549 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in SMB2_sess_free_buffer()
1550 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1574 &sess_data->buf0_type, in SMB2_sess_sendreceive()
1762 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1937 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()