Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dsmb2misc.c142 le16_to_cpu(((struct smb2_set_info_req *)hdr)->BufferOffset), in smb2_get_data_area_len()
143 offsetof(struct smb2_set_info_req, Buffer)); in smb2_get_data_area_len()
144 *len = le32_to_cpu(((struct smb2_set_info_req *)hdr)->BufferLength); in smb2_get_data_area_len()
269 static inline int smb2_set_info_req_len(struct smb2_set_info_req *h) in smb2_set_info_req_len()
Dsmb2pdu.c6252 struct smb2_set_info_req *req, in smb2_set_info_file()
6362 struct smb2_set_info_req *req; in smb2_set_info()
/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h963 struct smb2_set_info_req { struct
/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c5582 struct smb2_set_info_req *req; in SMB2_set_info_init()
5599 req->BufferOffset = cpu_to_le16(sizeof(struct smb2_set_info_req)); in SMB2_set_info_init()