extended_attribute  485 fs/hpfs/anode.c 	struct extended_attribute *ea;
extended_attribute  486 fs/hpfs/anode.c 	struct extended_attribute *ea_end;
extended_attribute   20 fs/hpfs/ea.c   		struct extended_attribute *ea = (struct extended_attribute *)ex;
extended_attribute   81 fs/hpfs/ea.c   	struct extended_attribute *ea;
extended_attribute   82 fs/hpfs/ea.c   	struct extended_attribute *ea_end = fnode_end_ea(fnode);
extended_attribute   98 fs/hpfs/ea.c   		ea = (struct extended_attribute *)ex;
extended_attribute  136 fs/hpfs/ea.c   	struct extended_attribute *ea;
extended_attribute  137 fs/hpfs/ea.c   	struct extended_attribute *ea_end = fnode_end_ea(fnode);
extended_attribute  156 fs/hpfs/ea.c   		ea = (struct extended_attribute *)ex;
extended_attribute  199 fs/hpfs/ea.c   	struct extended_attribute *ea;
extended_attribute  200 fs/hpfs/ea.c   	struct extended_attribute *ea_end = fnode_end_ea(fnode);
extended_attribute  217 fs/hpfs/ea.c   		ea = (struct extended_attribute *)ex;
extended_attribute  546 fs/hpfs/hpfs.h static inline bool ea_indirect(struct extended_attribute *ea)
extended_attribute  551 fs/hpfs/hpfs.h static inline bool ea_in_anode(struct extended_attribute *ea)
extended_attribute  135 fs/hpfs/hpfs_fn.h static inline struct extended_attribute *fnode_ea(struct fnode *fnode)
extended_attribute  137 fs/hpfs/hpfs_fn.h 	return (struct extended_attribute *)((char *)fnode + le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fnode->acl_size_s));
extended_attribute  140 fs/hpfs/hpfs_fn.h static inline struct extended_attribute *fnode_end_ea(struct fnode *fnode)
extended_attribute  142 fs/hpfs/hpfs_fn.h 	return (struct extended_attribute *)((char *)fnode + le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fnode->acl_size_s) + le16_to_cpu(fnode->ea_size_s));
extended_attribute  145 fs/hpfs/hpfs_fn.h static unsigned ea_valuelen(struct extended_attribute *ea)
extended_attribute  150 fs/hpfs/hpfs_fn.h static inline struct extended_attribute *next_ea(struct extended_attribute *ea)
extended_attribute  152 fs/hpfs/hpfs_fn.h 	return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea_valuelen(ea));
extended_attribute  155 fs/hpfs/hpfs_fn.h static inline secno ea_sec(struct extended_attribute *ea)
extended_attribute  160 fs/hpfs/hpfs_fn.h static inline secno ea_len(struct extended_attribute *ea)
extended_attribute  165 fs/hpfs/hpfs_fn.h static inline char *ea_data(struct extended_attribute *ea)
extended_attribute  172 fs/hpfs/map.c  			struct extended_attribute *ea;
extended_attribute  173 fs/hpfs/map.c  			struct extended_attribute *ea_end;