Searched refs:extended_attribute (Results 1 – 5 of 5) 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(fnode->acl_size_s)); 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(fnode->acl_size_s) + le16_to_cpu(fnode->ea_size_s)); 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 *e[all...]
20 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove() 81 struct extended_attribute *ea; in hpfs_read_ea() 82 struct extended_attribute *ea_end = fnode_end_ea(fnode); in hpfs_read_ea() 98 ea = (struct extended_attribute *)ex; in hpfs_read_ea() 136 struct extended_attribute *ea; in hpfs_get_ea() 137 struct extended_attribute *ea_end = fnode_end_ea(fnode); in hpfs_get_ea() 156 ea = (struct extended_attribute *)ex; in hpfs_get_ea() 199 struct extended_attribute *ea; in hpfs_set_ea() 200 struct extended_attribute *ea_en in hpfs_set_ea() [all...]
524 struct extended_attribute struct 547 static inline bool ea_indirect(struct extended_attribute *ea) in ea_indirect() argument 552 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()
485 struct extended_attribute *ea; in hpfs_remove_fnode() 486 struct extended_attribute *ea_end; in hpfs_remove_fnode()