Searched refs:EntrySize (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.h41 + fHeader.EntrySize() * index); }
65 { return fHeader.EntrySize()
H A Dgpt.h74 uint32 EntrySize() const function in struct:gpt_table_header
H A DHeader.cpp211 off_t entryOffset = entryIndex * fHeader.EntrySize();
215 fEntries + entryOffset, fHeader.EntrySize());
225 fEntries + entryOffset, fHeader.EntrySize());
400 dprintf("entry size: %" B_PRIu32 "\n", header.EntrySize());
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp72 ShortDirectory::EntrySize(int namelen) function in class:ShortDirectory
109 ((char*) entry + EntrySize(entry->namelen));
162 entry = (ShortFormEntry*)((char*)entry + EntrySize(entry->namelen));
H A DShortDirectory.h63 size_t EntrySize(int namelen);
H A DExtent.cpp140 Extent::EntrySize(int len) const function in class:Extent
183 entry = (void*)((char*)entry + EntrySize(dataEntry->namelen));
184 currentOffset += EntrySize(dataEntry->namelen);
H A DBPlusTree.h117 int EntrySize(int len) const;
H A DLeafDirectory.h120 int EntrySize(int len) const;
H A DNode.h110 int EntrySize(int len) const;
H A DExtent.h171 int EntrySize(int len) const;
H A DNode.cpp228 NodeDirectory::EntrySize(int len) const function in class:NodeDirectory
328 entry = (void*)((char*)entry + EntrySize(dataEntry->namelen));
335 fOffset = fOffset + EntrySize(dataEntry->namelen);
H A DLeafDirectory.cpp199 LeafDirectory::EntrySize(int len) const function in class:LeafDirectory
298 entry = (void*)((char*)entry + EntrySize(dataEntry->namelen));
305 fOffset = fOffset + EntrySize(dataEntry->namelen);
H A DBPlusTree.cpp426 TreeDirectory::EntrySize(int len) const function in class:TreeDirectory
538 entry = (void*)((char*)entry + EntrySize(dataEntry->namelen));
545 fOffset = fOffset + EntrySize(dataEntry->namelen);
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Darch_mmu.h223 return EntrySize(level) - 1;
230 uint64 EntrySize(uint8 level) { function in class:ARMv8TranslationRegime
235 return EntrySize(level) * arch_mmu_entries_per_granularity(Granularity());
266 return EntrySize(skTranslationLevels - 1);
H A Darch_mmu.cpp139 uint64 currentLevelSize = CurrentRegime.EntrySize(level);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp171 size_t EntrySize();
490 totalSize += fEntries[i]->EntrySize() + fEntries[i]->DataSize();
672 writeLength = fEntries[i]->EntrySize();
949 AttributeEntry::EntrySize() function in class:attribute_overlay::AttributeEntry

Completed in 121 milliseconds