Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2inode.c219 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op()
676 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op()
817 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op()
917 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported()
931 buftype[i] = CIFS_NO_BUFFER; in free_rsp_iov()
1004 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
1042 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
1393 out_iov[0].iov_base != NULL && out_buftype[0] != CIFS_NO_BUFFER && in smb2_get_reparse_inode()
1395 (out_iov[1].iov_base == NULL || out_buftype[1] == CIFS_NO_BUFFER || in smb2_get_reparse_inode()
1435 data.reparse.io.buftype = CIFS_NO_BUFFER; in smb2_query_reparse_point()
H A Dsmb2file.c152 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file()
187 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
H A Dlink.c260 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
344 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
H A Dsess.c1350 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1363 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1367 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1767 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1983 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
H A Dsmb2pdu.c1528 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1915 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
3181 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3225 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3394 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3588 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3790 int resp_buftype = CIFS_NO_BUFFER; in query_info()
3982 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
4318 int resp_buftype = CIFS_NO_BUFFER; in SMB2_flush()
5481 int resp_buftype = CIFS_NO_BUFFER; in SMB2_query_directory()
[all …]
H A Dsmb2ops.c932 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()
967 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()
1109 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1193 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1228 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1586 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2353 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2439 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2700 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2826 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
H A Dcached_dir.c242 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
H A Dtransport.c1081 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1321 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
H A Dinode.c537 int buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()
649 buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()
1169 int rsp_buftype = CIFS_NO_BUFFER; in reparse_info_to_fattr()
1179 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
H A Dcifsglob.h1892 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
H A Dcifssmb.c1532 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()