Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2file.c108 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file()
124 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
Dsmb2inode.c94 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
544 if (err_iov[0].iov_base && err_buftype[0] != CIFS_NO_BUFFER && in smb2_query_path_info()
595 if (err_iov[0].iov_base && err_buftype[0] != CIFS_NO_BUFFER && in smb311_posix_query_path_info()
Dlink.c271 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
353 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsess.c1205 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1218 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1222 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1621 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1837 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2pdu.c1347 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1351 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1548 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1723 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2980 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3014 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3177 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3358 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3542 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3721 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
[all …]
Dsmb2ops.c949 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1029 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1058 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1404 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2133 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2215 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2458 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2563 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
2886 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_symlink()
3023 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_reparse_tag()
Dcached_dir.c176 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
Dtransport.c1069 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1310 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dcifsglob.h1819 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c490 int buf_type = CIFS_NO_BUFFER;
Dfile.c4402 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1505 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()