Searched refs:EA_FULL (Results 1 – 2 of 2) sorted by relevance
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()[all …]
1173 struct EA_FULL { struct1181 static_assert(offsetof(struct EA_FULL, name) == 8); argument