Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dhpfs_fn.h129 static inline struct extended_attribute *fnode_ea(struct fnode *fnode) in fnode_ea()
131 …return (struct extended_attribute *)((char *)fnode + le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fno… in fnode_ea()
134 static inline struct extended_attribute *fnode_end_ea(struct fnode *fnode) in fnode_end_ea()
136 …return (struct extended_attribute *)((char *)fnode + le16_to_cpu(fnode->ea_offs) + le16_to_cpu(fno… in fnode_end_ea()
139 static unsigned ea_valuelen(struct extended_attribute *ea) in ea_valuelen()
144 static inline struct extended_attribute *next_ea(struct extended_attribute *ea) in next_ea()
146 return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea_valuelen(ea)); in next_ea()
149 static inline secno ea_sec(struct extended_attribute *ea) in ea_sec()
154 static inline secno ea_len(struct extended_attribute *ea) in ea_len()
159 static inline char *ea_data(struct extended_attribute *ea) in ea_data()
Dea.c19 struct extended_attribute *ea = (struct extended_attribute *)ex; in hpfs_ea_ext_remove()
80 struct extended_attribute *ea; in hpfs_read_ea()
81 struct extended_attribute *ea_end = fnode_end_ea(fnode); in hpfs_read_ea()
97 ea = (struct extended_attribute *)ex; in hpfs_read_ea()
135 struct extended_attribute *ea; in hpfs_get_ea()
136 struct extended_attribute *ea_end = fnode_end_ea(fnode); in hpfs_get_ea()
155 ea = (struct extended_attribute *)ex; in hpfs_get_ea()
198 struct extended_attribute *ea; in hpfs_set_ea()
199 struct extended_attribute *ea_end = fnode_end_ea(fnode); in hpfs_set_ea()
216 ea = (struct extended_attribute *)ex; in hpfs_set_ea()
Dmap.c127 struct extended_attribute *ea; in hpfs_map_fnode()
128 struct extended_attribute *ea_end; in hpfs_map_fnode()
Dhpfs.h531 struct extended_attribute struct
Danode.c479 struct extended_attribute *ea; in hpfs_remove_fnode()
480 struct extended_attribute *ea_end; in hpfs_remove_fnode()