Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ksmbd/
Dsmb2pdu.h405 struct smb2_ea_info { struct
417 struct smb2_ea_info ea; argument
Dsmb2pdu.c2187 static int smb2_set_ea(struct smb2_ea_info *eabuf, unsigned int buf_len, in smb2_set_ea()
2195 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + in smb2_set_ea()
2265 eabuf = (struct smb2_ea_info *)((char *)eabuf + next); in smb2_set_ea()
2868 sizeof(struct smb2_ea_info)) { in smb2_open()
4156 struct smb2_ea_info *eainfo, *prev_eainfo; in smb2_get_ea()
4203 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
4239 buf_free_len -= (offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4271 next_offset = offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4284 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
5976 if (buf_len < sizeof(struct smb2_ea_info)) in smb2_set_info_file()
[all …]