extended_attribute 479 fs/hpfs/anode.c struct extended_attribute *ea; extended_attribute 480 fs/hpfs/anode.c struct extended_attribute *ea_end; extended_attribute 19 fs/hpfs/ea.c struct extended_attribute *ea = (struct extended_attribute *)ex; extended_attribute 79 fs/hpfs/ea.c struct extended_attribute *ea; extended_attribute 80 fs/hpfs/ea.c struct extended_attribute *ea_end = fnode_end_ea(fnode); extended_attribute 97 fs/hpfs/ea.c ea = (struct extended_attribute *)ex; extended_attribute 135 fs/hpfs/ea.c struct extended_attribute *ea; extended_attribute 136 fs/hpfs/ea.c struct extended_attribute *ea_end = fnode_end_ea(fnode); extended_attribute 155 fs/hpfs/ea.c ea = (struct extended_attribute *)ex; extended_attribute 197 fs/hpfs/ea.c struct extended_attribute *ea; extended_attribute 198 fs/hpfs/ea.c struct extended_attribute *ea_end = fnode_end_ea(fnode); extended_attribute 215 fs/hpfs/ea.c ea = (struct extended_attribute *)ex; extended_attribute 143 fs/hpfs/hpfs_fn.h static inline struct extended_attribute *fnode_ea(struct fnode *fnode) extended_attribute 145 fs/hpfs/hpfs_fn.h return (struct extended_attribute *)((char *)fnode + fnode->ea_offs + fnode->acl_size_s); extended_attribute 148 fs/hpfs/hpfs_fn.h static inline struct extended_attribute *fnode_end_ea(struct fnode *fnode) extended_attribute 150 fs/hpfs/hpfs_fn.h return (struct extended_attribute *)((char *)fnode + fnode->ea_offs + fnode->acl_size_s + fnode->ea_size_s); extended_attribute 153 fs/hpfs/hpfs_fn.h static inline struct extended_attribute *next_ea(struct extended_attribute *ea) extended_attribute 155 fs/hpfs/hpfs_fn.h return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea->valuelen); extended_attribute 126 fs/hpfs/map.c struct extended_attribute *ea; extended_attribute 127 fs/hpfs/map.c struct extended_attribute *ea_end;