Home
last modified time | relevance | path

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

/fs/cifs/
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()
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()
Dsmb2pdu.c1242 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1431 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1576 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2594 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2628 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2783 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
2945 int resp_buftype = CIFS_NO_BUFFER; in SMB2_close_flags()
3118 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3271 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
3479 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()
[all …]
Dtransport.c1007 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1230 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dsmb2ops.c668 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
1020 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1103 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1384 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2200 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2275 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
2599 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.h1716 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c451 int buf_type = CIFS_NO_BUFFER;
Dfile.c3953 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1907 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()