Home
last modified time | relevance | path

Searched refs:ea_len (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dea.c35 hpfs_ea_remove(s, ea_sec(ea), ea_in_anode(ea), ea_len(ea)); in hpfs_ea_ext_remove()
121 if (ea_len(ea) >= size) in hpfs_read_ea()
123 if (hpfs_ea_read(s, ea_sec(ea), ea_in_anode(ea), 0, ea_len(ea), buf)) in hpfs_read_ea()
125 buf[ea_len(ea)] = 0; in hpfs_read_ea()
141 return get_indirect_ea(s, ea_in_anode(ea), ea_sec(ea), *size = ea_len(ea)); in hpfs_get_ea()
167 return get_indirect_ea(s, ea_in_anode(ea), ea_sec(ea), *size = ea_len(ea)); in hpfs_get_ea()
204 if (ea_len(ea) == size) in hpfs_set_ea()
228 if (ea_len(ea) == size) in hpfs_set_ea()
H A Dhpfs_fn.h160 static inline secno ea_len(struct extended_attribute *ea) in ea_len() function
H A Danode.c493 hpfs_ea_remove(s, ea_sec(ea), ea_in_anode(ea), ea_len(ea)); in hpfs_remove_fnode()