Searched refs:ea_len (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/hpfs/ |
D | ea.c | 34 hpfs_ea_remove(s, ea_sec(ea), ea->anode, ea_len(ea)); in hpfs_ea_ext_remove() 120 if (ea_len(ea) >= size) in hpfs_read_ea() 122 if (hpfs_ea_read(s, ea_sec(ea), ea->anode, 0, ea_len(ea), buf)) in hpfs_read_ea() 124 buf[ea_len(ea)] = 0; in hpfs_read_ea() 140 return get_indirect_ea(s, ea->anode, ea_sec(ea), *size = ea_len(ea)); in hpfs_get_ea() 166 return get_indirect_ea(s, ea->anode, ea_sec(ea), *size = ea_len(ea)); in hpfs_get_ea() 203 if (ea_len(ea) == size) in hpfs_set_ea() 227 if (ea_len(ea) == size) in hpfs_set_ea()
|
D | hpfs_fn.h | 154 static inline secno ea_len(struct extended_attribute *ea) in ea_len() function
|
D | anode.c | 487 hpfs_ea_remove(s, ea_sec(ea), ea->anode, ea_len(ea)); in hpfs_remove_fnode()
|