Home
last modified time | relevance | path

Searched refs:extended_attribute (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/hpfs/
Dhpfs_fn.h135 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()
Dea.c20 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_end = fnode_end_ea(fnode); in hpfs_set_ea()
217 ea = (struct extended_attribute *)ex; in hpfs_set_ea()
Dhpfs.h523 struct extended_attribute struct
546 static inline bool ea_indirect(struct extended_attribute *ea) in ea_indirect() argument
551 static inline bool ea_in_anode(struct extended_attribute *ea) in ea_in_anode()
Dmap.c172 struct extended_attribute *ea; in hpfs_map_fnode()
173 struct extended_attribute *ea_end; in hpfs_map_fnode()
Danode.c485 struct extended_attribute *ea; in hpfs_remove_fnode()
486 struct extended_attribute *ea_end; in hpfs_remove_fnode()