Searched refs:CIFS_NO_BUFFER (Results 1 – 10 of 10) sorted by relevance
157 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file()187 err_buftype = CIFS_NO_BUFFER; in smb2_open_file()195 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
249 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op()592 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op()720 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op()821 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported()835 buftype[i] = CIFS_NO_BUFFER; in free_rsp_iov()908 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()946 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()1423 out_iov[0].iov_base != NULL && out_buftype[0] != CIFS_NO_BUFFER && in smb2_create_reparse_inode()1425 (out_iov[1].iov_base == NULL || out_buftype[1] == CIFS_NO_BUFFER || in smb2_create_reparse_inode()1465 data.reparse.io.buftype = CIFS_NO_BUFFER; in smb2_query_reparse_point()
346 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()359 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()363 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()763 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()979 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
236 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()320 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
1603 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()1607 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()1828 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()2003 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()3276 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()3324 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()3494 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()3694 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()3900 int resp_buftype = CIFS_NO_BUFFER; in query_info()4079 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()[all …]
964 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()996 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()1139 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()1224 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()1259 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()1619 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()2486 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()2575 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()2866 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()2995 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
533 int buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()645 buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()1165 int rsp_buftype = CIFS_NO_BUFFER; in reparse_info_to_fattr()1175 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
265 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
880 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1904 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro