Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2inode.c218 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op()
646 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op()
787 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op()
887 if (out_buftype[i] == CIFS_NO_BUFFER || !hdr || in ea_unsupported()
901 buftype[i] = CIFS_NO_BUFFER; in free_rsp_iov()
974 if (!hdr || out_buftype[0] == CIFS_NO_BUFFER) in smb2_query_path_info()
1318 out_iov[0].iov_base != NULL && out_buftype[0] != CIFS_NO_BUFFER && in smb2_get_reparse_inode()
1320 (out_iov[1].iov_base == NULL || out_buftype[1] == CIFS_NO_BUFFER || in smb2_get_reparse_inode()
1360 data.reparse.io.buftype = CIFS_NO_BUFFER; in smb2_query_reparse_point()
H A Dsess.c1322 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_alloc_buffer()
1335 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in sess_free_buffer()
1339 sess_data->buf0_type = CIFS_NO_BUFFER; in sess_free_buffer()
1739 if (sess_data->buf0_type != CIFS_NO_BUFFER && in sess_auth_rawntlmssp_negotiate()
1955 sess_data->buf0_type = CIFS_NO_BUFFER; in CIFS_SessSetup()
H A Dsmb2pdu.c1542 if (sess_data->buf0_type != CIFS_NO_BUFFER && iov[0].iov_base) in SMB2_sess_free_buffer()
1546 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_free_buffer()
1758 if (sess_data->buf0_type != CIFS_NO_BUFFER && in SMB2_sess_auth_rawntlmssp_negotiate()
1933 sess_data->buf0_type = CIFS_NO_BUFFER; in SMB2_sess_setup()
3198 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3242 resp_buftype = CIFS_NO_BUFFER; in SMB2_open()
3411 int resp_buftype = CIFS_NO_BUFFER; in SMB2_ioctl()
3605 int resp_buftype = CIFS_NO_BUFFER; in __SMB2_close()
3807 int resp_buftype = CIFS_NO_BUFFER; in query_info()
4001 int resp_buftype = CIFS_NO_BUFFER; in SMB2_change_notify()
[all …]
H A Dsmb2ops.c924 int err_buftype = CIFS_NO_BUFFER; in smb2_is_path_accessible()
959 if (unlikely(!hdr || err_buftype == CIFS_NO_BUFFER)) in smb2_is_path_accessible()
1101 int buftype = CIFS_NO_BUFFER; in smb2_query_eas()
1185 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1220 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1578 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
2345 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2431 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2692 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_query_info_compound()
2818 int buftype = CIFS_NO_BUFFER; in smb2_queryfs()
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 Dcached_dir.c248 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
H A Dcifsglob.h1887 #define CIFS_NO_BUFFER 0 /* Response buffer not returned */ macro
H A Dcifssmb.c1505 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()