Home
last modified time | relevance | path

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

/Linux-v6.6/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.c83 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
605 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
682 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.c1223 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1236 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1240 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1640 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1856 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1365 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1369 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1570 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1745 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2960 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2994 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3158 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3339 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3523 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3702 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
[all …]
Dsmb2ops.c870 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()
905 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()
1046 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1122 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1157 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1493 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2224 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2308 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2549 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2661 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
[all …]
Dcached_dir.c214 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
Dtransport.c1082 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1322 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dcifsglob.h1817 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c515 int buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()
1021 int rsp_buftype = CIFS_NO_BUFFER; in reparse_info_to_fattr()
Dfile.c4287 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1473 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()