Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmb2pdu.h376 struct smb2_ea_info { struct
388 struct smb2_ea_info ea; argument
H A Dsmb2pdu.c2361 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + in smb2_set_ea()
2432 eabuf = (struct smb2_ea_info *)((char *)eabuf + next); in smb2_set_ea()
2433 if (buf_len < sizeof(struct smb2_ea_info)) { in smb2_set_ea()
3254 sizeof(struct smb2_ea_info)) { in smb2_open()
4646 struct smb2_ea_info *eainfo, *prev_eainfo; in smb2_get_ea()
4694 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
4730 buf_free_len -= (offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4762 next_offset = offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4775 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
6408 if (buf_len < sizeof(struct smb2_ea_info)) in smb2_set_info_file()
[all …]