Searched refs:smb2_set_info_req (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb2misc.c142 le16_to_cpu(((struct smb2_set_info_req *)hdr)->BufferOffset),
143 offsetof(struct smb2_set_info_req, Buffer));
144 *len = le32_to_cpu(((struct smb2_set_info_req *)hdr)->BufferLength);
269 static inline int smb2_set_info_req_len(struct smb2_set_info_req *h)
H A Dsmb2pdu.c6223 struct smb2_set_info_req *req,
6333 struct smb2_set_info_req *req;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h923 * [0] : struct smb2_set_info_req + smb2_file_[rename|link]_info
929 struct smb2_set_info_req { struct
/linux-master/fs/smb/client/
H A Dsmb2pdu.c5470 struct smb2_set_info_req *req;
5487 req->BufferOffset = cpu_to_le16(sizeof(struct smb2_set_info_req));

Completed in 185 milliseconds