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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h15 struct AShortFormEntry { struct in class:ShortAttribute
44 uint32 _DataLength(AShortFormEntry* entry);
46 AShortFormEntry* _FirstEntry();
51 AShortFormEntry* fEntry;
H A DShortAttribute.cpp28 ShortAttribute::_DataLength(AShortFormEntry* entry)
34 ShortAttribute::AShortFormEntry*
37 return (AShortFormEntry*) ((char*) fHeader + sizeof(AShortFormHeader));
129 AShortFormEntry* entry = _FirstEntry();
144 entry = (AShortFormEntry*)((char*)entry + 3 * sizeof(uint8) + _DataLength(entry));
157 AShortFormEntry* entry = _FirstEntry();
168 entry = (AShortFormEntry*)((char*)entry + 3 * sizeof(uint8) + _DataLength(entry));

Completed in 46 milliseconds