Searched refs:smb2_query_info_rsp (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/fs/cifs/ |
D | smb2inode.c | 75 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_compound_op() 399 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op() 425 qi_rsp = (struct smb2_query_info_rsp *) in smb2_compound_op()
|
D | cached_dir.c | 114 struct smb2_query_info_rsp *qi_rsp = NULL; in open_cached_dir() 242 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in open_cached_dir()
|
D | smb2misc.c | 351 ((struct smb2_query_info_rsp *)shdr)->OutputBufferOffset); in smb2_get_data_area_len() 353 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
D | smb2pdu.c | 3545 struct smb2_query_info_rsp *rsp = NULL; in query_info() 3583 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in query_info() 5342 outbuf_len + sizeof(struct smb2_query_info_rsp) - 1); in build_qfs_info_req() 5354 struct smb2_query_info_rsp *rsp = NULL; in SMB311_posix_qfs_info() 5385 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB311_posix_qfs_info() 5405 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_info() 5436 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_info() 5456 struct smb2_query_info_rsp *rsp = NULL; in SMB2_QFS_attr() 5503 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in SMB2_QFS_attr()
|
D | smb2ops.c | 971 struct smb2_query_info_rsp *rsp; in smb2_query_eas() 993 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_query_eas() 1036 struct smb2_query_info_rsp *rsp; in smb2_set_ea() 1075 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_set_ea() 1407 struct smb2_query_info_rsp *qi_rsp = NULL; in smb2_ioctl_query_info() 1590 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base; in smb2_ioctl_query_info() 2581 struct smb2_query_info_rsp *rsp; in smb2_queryfs() 2597 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base; in smb2_queryfs()
|
/linux-6.1.9/fs/ksmbd/ |
D | smb2pdu.c | 4054 struct smb2_query_info_rsp *rsp, in buffer_check_err() 4074 static void get_standard_info_pipe(struct smb2_query_info_rsp *rsp, in get_standard_info_pipe() 4091 static void get_internal_info_pipe(struct smb2_query_info_rsp *rsp, u64 num, in get_internal_info_pipe() 4107 struct smb2_query_info_rsp *rsp, in smb2_get_info_file_pipe() 4157 struct smb2_query_info_rsp *rsp, void *rsp_org) in smb2_get_ea() 4309 static void get_file_access_info(struct smb2_query_info_rsp *rsp, in get_file_access_info() 4321 static int get_file_basic_info(struct smb2_query_info_rsp *rsp, in get_file_basic_info() 4367 static void get_file_standard_info(struct smb2_query_info_rsp *rsp, in get_file_standard_info() 4392 static void get_file_alignment_info(struct smb2_query_info_rsp *rsp, in get_file_alignment_info() 4406 struct smb2_query_info_rsp *rsp, in get_file_all_info() [all …]
|
/linux-6.1.9/fs/smbfs_common/ |
D | smb2pdu.h | 1507 struct smb2_query_info_rsp { struct
|