ShortFormEntry
ShortFormEntry* entry = FirstEntry();
entry = (ShortFormEntry*)
ShortFormEntry* entry = FirstEntry();
entry = (ShortFormEntry*)((char*)entry + EntrySize(entry->namelen));
ShortDirectory::GetFileType(ShortFormEntry* entry)
ShortFormEntry*
return (ShortFormEntry*) ((char*) fHeader + HeaderSize());
ShortDirectory::GetEntryIno(ShortFormEntry* entry)
return sizeof(ShortFormEntry) + namelen
uint8 GetFileType(ShortFormEntry* entry);
ShortFormEntry* FirstEntry();
xfs_ino_t GetEntryIno(ShortFormEntry* entry);