Searched refs:_DataLength (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h44 uint32 _DataLength(AShortFormEntry* entry);
H A DShortAttribute.cpp28 ShortAttribute::_DataLength(AShortFormEntry* entry) function in class:ShortAttribute
84 stat.st_size = _DataLength(fEntry);
144 entry = (AShortFormEntry*)((char*)entry + 3 * sizeof(uint8) + _DataLength(entry));
145 curOffset += 3 * sizeof(uint8) + _DataLength(entry);
168 entry = (AShortFormEntry*)((char*)entry + 3 * sizeof(uint8) + _DataLength(entry));

Completed in 64 milliseconds