Searched refs:ea_valuelen (Results 1 – 2 of 2) sorted by relevance
27 if (ea_valuelen(ea) != 8) { in hpfs_ea_ext_remove()36 pos += ea->namelen + ea_valuelen(ea) + 5; in hpfs_ea_ext_remove()86 if (ea_valuelen(ea) >= size) in hpfs_read_ea()88 memcpy(buf, ea_data(ea), ea_valuelen(ea)); in hpfs_read_ea()89 buf[ea_valuelen(ea)] = 0; in hpfs_read_ea()109 if (ea_valuelen(ea) >= size) in hpfs_read_ea()111 if (hpfs_ea_read(s, a, ano, pos + 4 + ea->namelen + 1, ea_valuelen(ea), buf)) in hpfs_read_ea()113 buf[ea_valuelen(ea)] = 0; in hpfs_read_ea()116 pos += ea->namelen + ea_valuelen(ea) + 5; in hpfs_read_ea()141 if (!(ret = kmalloc((*size = ea_valuelen(ea)) + 1, GFP_NOFS))) { in hpfs_get_ea()[all …]
139 static unsigned ea_valuelen(struct extended_attribute *ea) in ea_valuelen() function146 return (struct extended_attribute *)((char *)ea + 5 + ea->namelen + ea_valuelen(ea)); in next_ea()