Searched refs:extended_attribute (Results 1 – 4 of 4) sorted by relevance
135 static inline struct extended_attribute *fnode_ea(struct fnode *fnode) in fnode_ea()137 …return (struct extended_attribute *)((char *)fnode + le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fno… in fnode_ea()140 static inline struct extended_attribute *fnode_end_ea(struct fnode *fnode) in fnode_end_ea()142 …return (struct extended_attribute *)((char *)fnode + le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fno… in fnode_end_ea()145 static unsigned ea_valuelen(struct extended_attribute *ea) in ea_valuelen()150 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea()152 return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea_valuelen(ea)); in next_ea()155 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()160 static inline secno ea_len(struct extended_attribute *ea) in ea_len()165 static inline char *ea_data(struct extended_attribute *ea) in ea_data()
542 struct extended_attribute struct565 static inline bool ea_indirect(struct extended_attribute *ea) in ea_indirect() argument570 static inline bool ea_in_anode(struct extended_attribute *ea) in ea_in_anode()
172 struct extended_attribute *ea; in hpfs_map_fnode()173 struct extended_attribute *ea_end; in hpfs_map_fnode()
486 struct extended_attribute *ea; in hpfs_remove_fnode()487 struct extended_attribute *ea_end; in hpfs_remove_fnode()