Lines Matching refs:smb2_ea_info
2328 static int smb2_set_ea(struct smb2_ea_info *eabuf, unsigned int buf_len, in smb2_set_ea()
2336 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + in smb2_set_ea()
2406 eabuf = (struct smb2_ea_info *)((char *)eabuf + next); in smb2_set_ea()
2407 if (buf_len < sizeof(struct smb2_ea_info)) { in smb2_set_ea()
2412 if (buf_len < sizeof(struct smb2_ea_info) + eabuf->EaNameLength + in smb2_set_ea()
3010 sizeof(struct smb2_ea_info)) { in smb2_open()
4315 struct smb2_ea_info *eainfo, *prev_eainfo; in smb2_get_ea()
4362 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
4398 buf_free_len -= (offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4430 next_offset = offsetof(struct smb2_ea_info, name) + in smb2_get_ea()
4443 eainfo = (struct smb2_ea_info *)ptr; in smb2_get_ea()
5991 if (buf_len < sizeof(struct smb2_ea_info)) in smb2_set_info_file()
5994 return smb2_set_ea((struct smb2_ea_info *)req->Buffer, in smb2_set_info_file()