Searched refs:smb2_query_info_rsp (Results 1 – 7 of 7) sorted by relevance
/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() 660 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op() 684 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() 336 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in open_cached_dir()
|
H A D | smb2pdu.c | 3803 struct smb2_query_info_rsp *rsp = NULL; in query_info() 3851 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in query_info() 5846 outbuf_len + sizeof(struct smb2_query_info_rsp)); in build_qfs_info_req() 5863 struct smb2_query_info_rsp *rsp = NULL; in SMB311_posix_qfs_info() 5903 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB311_posix_qfs_info() 5928 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_info() 5968 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_info() 5993 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_attr() 6049 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_attr()
|
H A D | smb2ops.c | 1102 struct smb2_query_info_rsp *rsp; in smb2_query_eas() 1124 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_query_eas() 1164 struct smb2_query_info_rsp *rsp; in smb2_set_ea() 1216 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_set_ea() 1553 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_ioctl_query_info() 1750 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info() 2815 struct smb2_query_info_rsp *rsp; in smb2_queryfs() 2831 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_queryfs()
|
/linux/fs/smb/server/ |
H A D | smb2pdu.c | 4524 struct smb2_query_info_rsp *rsp, in buffer_check_err() 4536 static void get_standard_info_pipe(struct smb2_query_info_rsp *rsp, in get_standard_info_pipe() 4552 static void get_internal_info_pipe(struct smb2_query_info_rsp *rsp, u64 num, in get_internal_info_pipe() 4567 struct smb2_query_info_rsp *rsp, in smb2_get_info_file_pipe() 4615 struct smb2_query_info_rsp *rsp, void *rsp_org) in smb2_get_ea() 4767 static void get_file_access_info(struct smb2_query_info_rsp *rsp, in get_file_access_info() 4778 static int get_file_basic_info(struct smb2_query_info_rsp *rsp, in get_file_basic_info() 4812 static int get_file_standard_info(struct smb2_query_info_rsp *rsp, in get_file_standard_info() 4839 static void get_file_alignment_info(struct smb2_query_info_rsp *rsp, in get_file_alignment_info() 4851 struct smb2_query_info_rsp *rsp, in get_file_all_info() [all …]
|
/linux/fs/smb/common/ |
H A D | smb2pdu.h | 1687 struct smb2_query_info_rsp { struct
|