Home
last modified time | relevance | path

Searched refs:CIFS_NO_BUFFER (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/fs/cifs/
Dlink.c315 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
400 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsess.c608 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
617 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1240 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1468 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1070 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1261 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1406 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2324 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2355 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2611 int resp_buftype = CIFS_NO_BUFFER; in SMB2_close_flags()
2778 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3371 } else if (resp_buftype != CIFS_NO_BUFFER) { in SMB2_read()
3742 int resp_buftype = CIFS_NO_BUFFER; in SMB2_query_directory()
Dtransport.c807 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1014 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dcifsglob.h1609 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c447 int buf_type = CIFS_NO_BUFFER;
Dfile.c3495 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1827 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()