Searched refs:p_ea (Results 1 – 1 of 1) sorted by relevance
51 const struct ea_attr *p_ea; in ntfs_ea_lookup() local61 p_ea = (const struct ea_attr *)&ea_buf[offset]; in ntfs_ea_lookup()62 next = le32_to_cpu(p_ea->next_entry_offset); in ntfs_ea_lookup()69 if ((s64)p_ea->ea_name_length + 1 > in ntfs_ea_lookup()73 actual_size = ALIGN(struct_size(p_ea, ea_name, 1 + p_ea->ea_name_length + in ntfs_ea_lookup()74 le16_to_cpu(p_ea->ea_value_length)), 4); in ntfs_ea_lookup()78 if (p_ea->ea_name_length == name_len && in ntfs_ea_lookup()79 !memcmp(p_ea->ea_name, name, name_len)) { in ntfs_ea_lookup()112 const struct ea_attr *p_ea; in ntfs_get_ea() local145 p_ea = (struct ea_attr *)&ea_buf[ea_off]; in ntfs_get_ea()[all …]