Searched refs:ea_valuelen (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | ea.c | 28 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(e in hpfs_get_ea() [all...] |
H A D | hpfs_fn.h | 145 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()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | ea.c | 28 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(e in hpfs_get_ea() [all...] |
H A D | hpfs_fn.h | 145 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()
|
Completed in 3 milliseconds