Home
last modified time | relevance | path

Searched refs:valuelen_hi (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dhpfs.h533 u8 valuelen_hi; /* length of value, bytes */ member
H A Dhpfs_fn.h147 return ea->valuelen_lo + 256 * ea->valuelen_hi; in ea_valuelen()
H A Dea.c259 ea->valuelen_hi = size >> 8; in hpfs_set_ea()