Home
last modified time | relevance | path

Searched refs:smb2_ea_info (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.h406 struct smb2_ea_info { struct
418 struct smb2_ea_info ea; argument
A Dsmb2pdu.c2173 static int smb2_set_ea(struct smb2_ea_info *eabuf, unsigned int buf_len, in smb2_set_ea()
2181 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + in smb2_set_ea()
2251 eabuf = (struct smb2_ea_info *)((char *)eabuf + next); in smb2_set_ea()
2854 sizeof(struct smb2_ea_info)) { in smb2_open()
4142 struct smb2_ea_info *eainfo, *prev_eainfo; in smb2_get_ea()
4189 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
4225 buf_free_len -= (offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4257 next_offset = offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4270 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
5962 if (buf_len < sizeof(struct smb2_ea_info)) in smb2_set_info_file()
[all …]

Completed in 18 milliseconds