Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb2file.c109 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()
Dsmb2inode.c95 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
617 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
694 if (!out_iov[0].iov_base || out_buftype[0] == CIFS_NO_BUFFER) in smb311_posix_query_path_info()
Dlink.c271 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
355 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsess.c1383 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1396 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1400 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1800 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
2016 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1508 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1512 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1713 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1888 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
3122 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3156 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3320 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3501 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3688 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3867 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
[all …]
Dsmb2ops.c886 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()
921 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()
1062 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1138 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1173 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1511 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2242 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2326 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2567 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2679 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
[all …]
Dcached_dir.c224 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
Dtransport.c1083 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1323 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dinode.c516 int buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()
1069 int rsp_buftype = CIFS_NO_BUFFER; in reparse_info_to_fattr()
Dcifsglob.h1853 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dfile.c4291 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1475 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()