Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsess.c1184 int buf0_type; member
1208 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
1223 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1236 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1239 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in sess_free_buffer()
1240 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1286 &sess_data->buf0_type, in sess_sendreceive()
1640 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1856 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1280 int buf0_type; member
1354 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
1365 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1368 free_rsp_buf(sess_data->buf0_type, iov[0].iov_base); in SMB2_sess_free_buffer()
1369 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1393 &sess_data->buf0_type, in SMB2_sess_sendreceive()
1570 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1745 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()