Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2inode.c218 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op()
644 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op()
782 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op()
881 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported()
895 buftype[i] = CIFS_NO_BUFFER; in free_rsp_iov()
968 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
1307 out_iov[0].iov_base != NULL && out_buftype[0] != CIFS_NO_BUFFER && in smb2_get_reparse_inode()
1309 (out_iov[1].iov_base == NULL || out_buftype[1] == CIFS_NO_BUFFER || in smb2_get_reparse_inode()
1349 data.reparse.io.buftype = CIFS_NO_BUFFER; in smb2_query_reparse_point()
H A Dsmb2file.c107 int err_buftype = CIFS_NO_BUFFER; in smb2_open_file()
123 if (unlikely(!err_iov.iov_base || err_buftype == CIFS_NO_BUFFER)) in smb2_open_file()
H A Dlink.c259 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink()
343 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink()
H A Dsess.c1381 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1394 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1398 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1798 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
2014 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
H A Dsmb2pdu.c1541 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1545 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1751 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1926 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
3191 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3235 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3413 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3607 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3809 int resp_buftype = CIFS_NO_BUFFER; in query_info()
4003 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
[all …]
H A Dsmb2ops.c888 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()
923 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()
1064 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1148 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1183 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()
2289 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2375 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2667 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2793 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
H A Dtransport.c1088 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1328 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
H A Dcached_dir.c246 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
H A Dinode.c518 int buf_type = CIFS_NO_BUFFER; in cifs_sfu_type()
1086 int rsp_buftype = CIFS_NO_BUFFER; in reparse_info_to_fattr()
1096 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER && in reparse_info_to_fattr()
H A Dcifsglob.h1896 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
H A Dfile.c4420 int buf_type = CIFS_NO_BUFFER; in cifs_read()
H A Dcifssmb.c1475 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()