Searched refs:smb2_query_info_rsp (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/smb/client/
H A Dsmb2inode.c63 struct smb2_query_info_rsp *qi = rsp_iov->iov_base;
106 struct smb2_query_info_rsp *rsp = rsp_iov->iov_base;
191 struct smb2_query_info_rsp *qi_rsp = NULL;
650 qi_rsp = (struct smb2_query_info_rsp *)
673 qi_rsp = (struct smb2_query_info_rsp *)
H A Dcached_dir.c134 struct smb2_query_info_rsp *qi_rsp = NULL;
328 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base;
H A Dsmb2misc.c354 ((struct smb2_query_info_rsp *)shdr)->OutputBufferOffset);
356 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength);
H A Dsmb2pdu.c3785 struct smb2_query_info_rsp *rsp = NULL;
3833 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base;
5748 outbuf_len + sizeof(struct smb2_query_info_rsp));
5765 struct smb2_query_info_rsp *rsp = NULL;
5805 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base;
5830 struct smb2_query_info_rsp *rsp = NULL;
5870 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base;
5895 struct smb2_query_info_rsp *rsp = NULL;
5951 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base;
H A Dsmb2ops.c1064 struct smb2_query_info_rsp *rsp;
1086 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base;
1126 struct smb2_query_info_rsp *rsp;
1177 rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base;
1514 struct smb2_query_info_rsp *qi_rsp = NULL;
1711 qi_rsp = (struct smb2_query_info_rsp *)rsp_iov[1].iov_base;
2788 struct smb2_query_info_rsp *rsp;
2804 rsp = (struct smb2_query_info_rsp *)rsp_iov.iov_base;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c4465 struct smb2_query_info_rsp *rsp,
4477 static void get_standard_info_pipe(struct smb2_query_info_rsp *rsp,
4493 static void get_internal_info_pipe(struct smb2_query_info_rsp *rsp, u64 num,
4508 struct smb2_query_info_rsp *rsp,
4556 struct smb2_query_info_rsp *rsp, void *rsp_org)
4708 static void get_file_access_info(struct smb2_query_info_rsp *rsp,
4719 static int get_file_basic_info(struct smb2_query_info_rsp *rsp,
4753 static int get_file_standard_info(struct smb2_query_info_rsp *rsp,
4780 static void get_file_alignment_info(struct smb2_query_info_rsp *rsp,
4792 struct smb2_query_info_rsp *rs
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1627 struct smb2_query_info_rsp { struct

Completed in 329 milliseconds