Lines Matching defs:p_ea
253 const EA_ATTR *p_ea;
264 p_ea = (const EA_ATTR*)&value[offs];
265 nextoffs = offs + le32_to_cpu(p_ea->next_entry_offset);
270 && p_ea->name_length
273 + p_ea->name_length + 1
274 + le16_to_cpu(p_ea->value_length))
277 + p_ea->name_length + 1
278 + le16_to_cpu(p_ea->value_length))
280 && !p_ea->name[p_ea->name_length];
283 if (p_ea->flags & NEED_EA)
291 ea_packed += 5 + p_ea->name_length
292 + le16_to_cpu(p_ea->value_length);
416 const EA_ATTR *p_ea;
447 p_ea = (const EA_ATTR*)&buf[offset];
448 next = le32_to_cpu(p_ea->next_entry_offset);
450 && (p_ea->name_length == (sizeof(lxdev) - 1))
451 && (p_ea->value_length
453 && !memcmp(p_ea->name, lxdev, sizeof(lxdev)));
459 memcpy(&device, &p_ea->name[p_ea->name_length + 1],