Lines Matching refs:EA_FULL
23 static inline size_t unpacked_ea_size(const struct EA_FULL *ea) in unpacked_ea_size()
32 static inline size_t packed_ea_size(const struct EA_FULL *ea) in packed_ea_size()
36 offsetof(struct EA_FULL, flags); in packed_ea_size()
44 static inline bool find_ea(const struct EA_FULL *ea_all, u32 bytes, in find_ea()
53 const struct EA_FULL *ea = Add2Ptr(ea_all, *off); in find_ea()
74 static int ntfs_read_ea(struct ntfs_inode *ni, struct EA_FULL **ea, in ntfs_read_ea()
162 struct EA_FULL *ea_all = NULL; in ntfs_list_ea()
163 const struct EA_FULL *ea; in ntfs_list_ea()
204 struct EA_FULL *ea_all = NULL; in ntfs_get_ea()
205 const struct EA_FULL *ea; in ntfs_get_ea()
269 struct EA_FULL *new_ea; in ntfs_set_ea()
270 struct EA_FULL *ea_all = NULL; in ntfs_set_ea()
308 struct EA_FULL *ea; in ntfs_set_ea()