Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsess.c868 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
877 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1271 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1482 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
Dlink.c300 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
381 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
Dsmb2pdu.c1303 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1503 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1667 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
2900 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
2934 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3098 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3269 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3453 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3630 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
3844 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()
[all …]
Dsmb2ops.c803 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
1185 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1270 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1299 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1641 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2346 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2428 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2659 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2735 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
3064 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_symlink()
[all …]
Dtransport.c1077 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1305 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
Dsmb2inode.c85 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
Dcifsglob.h1706 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
Dinode.c446 int buf_type = CIFS_NO_BUFFER;
Dfile.c4093 int buf_type = CIFS_NO_BUFFER; in cifs_read()
Dcifssmb.c1721 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()