Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dlink.c312 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
393 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsmb2pdu.c1228 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1428 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1592 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2827 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2861 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3022 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3193 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3377 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3549 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
3763 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()
[all …]
Dsess.c887 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
896 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1514 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1740 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dsmb2ops.c718 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
1082 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1167 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1196 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1535 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2228 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2306 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2500 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2576 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
2903 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_symlink()
[all …]
Dtransport.c1036 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1259 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dsmb2inode.c98 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
Dcifsglob.h1774 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c456 int buf_type = CIFS_NO_BUFFER;
Dfile.c4018 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1834 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()