Home
last modified time | relevance | path

Searched refs:ea_valuelen (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dea.c28 if (ea_valuelen(ea) != 8) { in hpfs_ea_ext_remove()
37 pos += ea->namelen + ea_valuelen(ea) + 5; in hpfs_ea_ext_remove()
87 if (ea_valuelen(ea) >= size) in hpfs_read_ea()
90 buf[ea_valuelen(ea)] = 0; in hpfs_read_ea()
110 if (ea_valuelen(ea) >= size) in hpfs_read_ea()
114 buf[ea_valuelen(ea)] = 0; in hpfs_read_ea()
117 pos += ea->namelen + ea_valuelen(ea) + 5; in hpfs_read_ea()
147 ret[ea_valuelen(ea)] = 0; in hpfs_get_ea()
176 ret[ea_valuelen(ea)] = 0; in hpfs_get_ea()
206 } else if (ea_valuelen(ea) == size) { in hpfs_set_ea()
[all …]
H A Dhpfs_fn.h145 static unsigned ea_valuelen(struct extended_attribute *ea) in ea_valuelen() function
152 return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea_valuelen(ea)); in next_ea()