Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsess.c830 int buf0_type; member
853 sess_data->buf0_type = CIFS_SMALL_BUFFER; in sess_alloc_buffer()
868 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
876 free_rsp_buf(sess_data->buf0_type, sess_data->iov[0].iov_base); in sess_free_buffer()
877 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
927 &sess_data->buf0_type, in sess_sendreceive()
1271 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1482 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1233 int buf0_type; member
1294 sess_data->buf0_type = CIFS_SMALL_BUFFER; in SMB2_sess_alloc_buffer()
1302 free_rsp_buf(sess_data->buf0_type, sess_data->iov[0].iov_base); in SMB2_sess_free_buffer()
1303 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1327 &sess_data->buf0_type, in SMB2_sess_sendreceive()
1503 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1667 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()