Searched refs:CIFS_NO_BUFFER (Results 1 – 12 of 12) sorted by relevance
109 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file()125 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
271 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()355 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
95 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()564 if (unlikely(!hdr || err_buftype[0] == CIFS_NO_BUFFER)) in smb2_query_path_info()640 if (err_iov[0].iov_base && err_buftype[0] != CIFS_NO_BUFFER && in smb311_posix_query_path_info()
1206 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()1219 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()1223 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()1623 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()1839 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
1323 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()1699 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()2955 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()2989 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()3152 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()3333 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()3517 int resp_buftype = CIFS_NO_BUFFER; in query_info()3696 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()3986 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()5019 int resp_buftype = CIFS_NO_BUFFER; in SMB2_query_directory()[all …]
801 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()835 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()976 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()1056 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()1085 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()1431 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()2161 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()2244 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()2487 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()2593 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()[all …]
177 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
1067 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()1308 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
1817 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
490 int buf_type = CIFS_NO_BUFFER;
4290 int buf_type = CIFS_NO_BUFFER; in cifs_read()
1467 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()
Completed in 61 milliseconds