Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dlink.c315 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
396 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
H A Dsmb2pdu.c1246 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1446 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1610 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2846 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2880 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3039 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3210 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3394 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3566 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
3780 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()
[all …]
H A Dsess.c895 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
904 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1522 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1748 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
H A Dsmb2ops.c719 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
1084 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1169 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1198 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1541 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2256 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2334 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2528 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2604 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
2930 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_symlink()
[all …]
H A Dtransport.c1044 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1272 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
H A Dsmb2inode.c98 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
H A Dcifsglob.h1774 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
H A Dinode.c458 int buf_type = CIFS_NO_BUFFER;
H A Dfile.c4057 int buf_type = CIFS_NO_BUFFER; in cifs_read()
H A Dcifssmb.c1834 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()