Searched refs:smb2_query_info_rsp (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smb2inode.c | 63 struct smb2_query_info_rsp *qi = rsp_iov->iov_base; in parse_posix_sids() 106 struct smb2_query_info_rsp *rsp = rsp_iov->iov_base; in check_wsl_eas() 179 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_compound_op() 657 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op() 680 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op()
|
H A D | smb2misc.c | 354 ((struct smb2_query_info_rsp *)shdr)->OutputBufferOffset); in smb2_get_data_area_len() 356 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
H A D | cached_dir.c | 149 struct smb2_query_info_rsp *qi_rsp = NULL; in open_cached_dir() 334 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in open_cached_dir()
|
H A D | smb2pdu.c | 3805 struct smb2_query_info_rsp *rsp = NULL; in query_info() 3853 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in query_info() 5768 outbuf_len + sizeof(struct smb2_query_info_rsp)); in build_qfs_info_req() 5785 struct smb2_query_info_rsp *rsp = NULL; in SMB311_posix_qfs_info() 5825 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB311_posix_qfs_info() 5850 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_info() 5890 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_info() 5915 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_attr() 5971 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_attr()
|
H A D | smb2ops.c | 1065 struct smb2_query_info_rsp *rsp; in smb2_query_eas() 1087 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_query_eas() 1127 struct smb2_query_info_rsp *rsp; in smb2_set_ea() 1179 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_set_ea() 1516 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_ioctl_query_info() 1713 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info() 2790 struct smb2_query_info_rsp *rsp; in smb2_queryfs() 2806 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_queryfs()
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 4516 struct smb2_query_info_rsp *rsp, in buffer_check_err() 4528 static void get_standard_info_pipe(struct smb2_query_info_rsp *rsp, in get_standard_info_pipe() 4544 static void get_internal_info_pipe(struct smb2_query_info_rsp *rsp, u64 num, in get_internal_info_pipe() 4559 struct smb2_query_info_rsp *rsp, in smb2_get_info_file_pipe() 4607 struct smb2_query_info_rsp *rsp, void *rsp_org) in smb2_get_ea() 4759 static void get_file_access_info(struct smb2_query_info_rsp *rsp, in get_file_access_info() 4770 static int get_file_basic_info(struct smb2_query_info_rsp *rsp, in get_file_basic_info() 4804 static int get_file_standard_info(struct smb2_query_info_rsp *rsp, in get_file_standard_info() 4831 static void get_file_alignment_info(struct smb2_query_info_rsp *rsp, in get_file_alignment_info() 4843 struct smb2_query_info_rsp *rsp, in get_file_all_info() [all …]
|
/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 1664 struct smb2_query_info_rsp { struct
|