Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dlink.c312 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
397 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsess.c616 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
625 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1245 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1473 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1225 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1414 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1559 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2577 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2611 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2766 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
2928 int resp_buftype = CIFS_NO_BUFFER; in SMB2_close_flags()
3087 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3240 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
3448 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()
[all …]
Dtransport.c995 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1218 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dsmb2ops.c674 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
1026 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1109 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1390 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2204 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2279 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
2603 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_symlink()
Dsmb2inode.c84 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
Dcifsglob.h1712 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c451 int buf_type = CIFS_NO_BUFFER;
Dfile.c3921 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1907 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()