Lines Matching refs:EA_FULL
24 static inline size_t unpacked_ea_size(const struct EA_FULL *ea)
33 static inline size_t packed_ea_size(const struct EA_FULL *ea)
37 offsetof(struct EA_FULL, flags);
45 static inline bool find_ea(const struct EA_FULL *ea_all, u32 bytes,
55 const struct EA_FULL *ea = Add2Ptr(ea_all, *off);
73 static int ntfs_read_ea(struct ntfs_inode *ni, struct EA_FULL **ea,
147 const struct EA_FULL *ef = Add2Ptr(ea_p, off);
162 if (bytes < offsetof(struct EA_FULL, name))
197 struct EA_FULL *ea_all = NULL;
198 const struct EA_FULL *ea;
215 for (off = 0; off + sizeof(struct EA_FULL) < size; off += ea_size) {
252 struct EA_FULL *ea_all = NULL;
253 const struct EA_FULL *ea;
319 struct EA_FULL *new_ea;
320 struct EA_FULL *ea_all = NULL;
358 struct EA_FULL *ea;