Home
last modified time | relevance | path

Searched refs:ExtentLeafHeaderV5 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.cpp419 return offsetof(ExtentLeafHeaderV5::OnDiskData, info.crc); in CRCOffset()
430 ExtentLeafHeaderV5* header = new (std::nothrow) ExtentLeafHeaderV5(buffer); in Create()
448 return sizeof(ExtentLeafHeaderV5::OnDiskData); in Size()
527 ExtentLeafHeaderV5::SwapEndian() in SwapEndian()
542 ExtentLeafHeaderV5::ExtentLeafHeaderV5(const char* buffer) in ExtentLeafHeaderV5() function in ExtentLeafHeaderV5
549 ExtentLeafHeaderV5::~ExtentLeafHeaderV5() in ~ExtentLeafHeaderV5()
555 ExtentLeafHeaderV5::Magic() in Magic()
562 ExtentLeafHeaderV5::Blockno() in Blockno()
569 ExtentLeafHeaderV5::Lsn() in Lsn()
576 ExtentLeafHeaderV5::Owner() in Owner()
[all …]
H A DLeafDirectory.h74 class ExtentLeafHeaderV5 : public ExtentLeafHeader {
83 ExtentLeafHeaderV5(const char* buffer);
84 ~ExtentLeafHeaderV5();