Searched refs:smb2_query_info_rsp (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
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() 191 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_compound_op() 650 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op() 673 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op()
|
D | cached_dir.c | 134 struct smb2_query_info_rsp *qi_rsp = NULL; in open_cached_dir() 328 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in open_cached_dir()
|
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()
|
D | smb2pdu.c | 3816 struct smb2_query_info_rsp *rsp = NULL; in query_info() 3864 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in query_info() 5860 outbuf_len + sizeof(struct smb2_query_info_rsp)); in build_qfs_info_req() 5877 struct smb2_query_info_rsp *rsp = NULL; in SMB311_posix_qfs_info() 5917 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB311_posix_qfs_info() 5942 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_info() 5982 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_info() 6007 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_attr() 6063 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_attr()
|
D | smb2ops.c | 1100 struct smb2_query_info_rsp *rsp; in smb2_query_eas() 1122 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_query_eas() 1162 struct smb2_query_info_rsp *rsp; in smb2_set_ea() 1214 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_set_ea() 1551 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_ioctl_query_info() 1748 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info() 2844 struct smb2_query_info_rsp *rsp; in smb2_queryfs() 2860 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_queryfs()
|
/linux-6.12.1/fs/smb/server/ |
D | smb2pdu.c | 4482 struct smb2_query_info_rsp *rsp, in buffer_check_err() 4494 static void get_standard_info_pipe(struct smb2_query_info_rsp *rsp, in get_standard_info_pipe() 4510 static void get_internal_info_pipe(struct smb2_query_info_rsp *rsp, u64 num, in get_internal_info_pipe() 4525 struct smb2_query_info_rsp *rsp, in smb2_get_info_file_pipe() 4573 struct smb2_query_info_rsp *rsp, void *rsp_org) in smb2_get_ea() 4725 static void get_file_access_info(struct smb2_query_info_rsp *rsp, in get_file_access_info() 4736 static int get_file_basic_info(struct smb2_query_info_rsp *rsp, in get_file_basic_info() 4770 static int get_file_standard_info(struct smb2_query_info_rsp *rsp, in get_file_standard_info() 4797 static void get_file_alignment_info(struct smb2_query_info_rsp *rsp, in get_file_alignment_info() 4809 struct smb2_query_info_rsp *rsp, in get_file_all_info() [all …]
|
/linux-6.12.1/fs/smb/common/ |
D | smb2pdu.h | 1666 struct smb2_query_info_rsp { struct
|