Searched refs:smb2_ea_info (Results 1 – 2 of 2) sorted by relevance
260 struct smb2_ea_info { struct272 struct smb2_ea_info ea; argument
2381 static int smb2_set_ea(struct smb2_ea_info *eabuf, unsigned int buf_len, in smb2_set_ea()2389 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + 1 + in smb2_set_ea()2460 eabuf = (struct smb2_ea_info *)((char *)eabuf + next); in smb2_set_ea()2461 if (buf_len < sizeof(struct smb2_ea_info)) { in smb2_set_ea()2466 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + 1 + in smb2_set_ea()3287 sizeof(struct smb2_ea_info)) { in smb2_open()4703 struct smb2_ea_info *eainfo, *prev_eainfo; in smb2_get_ea()4757 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()4793 buf_free_len -= (offsetof(struct smb2_ea_info, name) + in smb2_get_ea()4825 next_offset = offsetof(struct smb2_ea_info, name) + in smb2_get_ea()[all …]