Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dea.c253 const EA_ATTR *p_ea; in ntfs_set_ntfs_ea() local
264 p_ea = (const EA_ATTR*)&value[offs]; in ntfs_set_ntfs_ea()
265 nextoffs = offs + le32_to_cpu(p_ea->next_entry_offset); in ntfs_set_ntfs_ea()
270 && p_ea->name_length in ntfs_set_ntfs_ea()
273 + p_ea->name_length + 1 in ntfs_set_ntfs_ea()
274 + le16_to_cpu(p_ea->value_length)) in ntfs_set_ntfs_ea()
277 + p_ea->name_length + 1 in ntfs_set_ntfs_ea()
278 + le16_to_cpu(p_ea->value_length)) in ntfs_set_ntfs_ea()
280 && !p_ea->name[p_ea->name_length]; in ntfs_set_ntfs_ea()
283 if (p_ea->flags & NEED_EA) in ntfs_set_ntfs_ea()
[all …]