Searched refs:ValueSize (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp184 stat.st_size = fBodyEntry->ValueSize();
186 stat.st_size = fBlockEntry->ValueSize();
206 || length > fBlockEntry->ValueSize())
214 if ((off_t)(pos + length) > (end - start) || length > fBodyEntry->ValueSize())
H A Dext2.h822 uint32 ValueSize() const { return function in struct:ext2_xattr_entry

Completed in 214 milliseconds