Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
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()
89 memcpy(buf, ea_data(ea), ea_valuelen(ea)); in hpfs_read_ea()
90 buf[ea_valuelen(ea)] = 0; in hpfs_read_ea()
110 if (ea_valuelen(ea) >= size) in hpfs_read_ea()
112 if (hpfs_ea_read(s, a, ano, pos + 4 + ea->namelen + 1, ea_valuelen(ea), buf)) 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()
142 if (!(ret = kmalloc((*size = ea_valuelen(ea)) + 1, GFP_NOFS))) { in hpfs_get_ea()
[all …]
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()