Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1session.c346 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()
H A Dsmb2pdu.c1629 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1633 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1854 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
2029 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
3301 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3309 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3352 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3524 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3538 resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3726 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
[all …]
H A Dlink.c236 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
320 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
H A Dsmb2ops.c964 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()
2597 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2686 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2977 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
3106 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
H A Dcached_dir.c265 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
H A Dtransport.c879 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
H A Dcifsglob.h1909 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
H A Dcifssmb.c1750 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()