Searched refs:WhichDirectory (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVerifyHeader.h22 int howManyBlocksFurther, ExtentMapEntry* map, int8 WhichDirectory)
24 if (header->Magic() != T::ExpectedMagic(WhichDirectory, inode)) {
21 VerifyHeader(T* header, char* buffer, Inode* inode, int howManyBlocksFurther, ExtentMapEntry* map, int8 WhichDirectory) argument
H A DBPlusTree.h54 static uint32 ExpectedMagic(int8 WhichDirectory,
H A DLeafDirectory.h38 static uint32 ExpectedMagic(int8 WhichDirectory,
H A DNode.h31 static uint32 ExpectedMagic(int8 WhichDirectory,
H A DExtent.h55 static uint32 ExpectedMagic(int8 WhichDirectory,
H A DLeafAttribute.h46 static uint32 ExpectedMagic(int8 WhichDirectory,
H A DExtent.cpp258 ExtentDataHeader::ExpectedMagic(int8 WhichDirectory, Inode* inode) argument
260 if (WhichDirectory == XFS_BLOCK) {
H A DLeafAttribute.cpp339 AttrLeafHeader::ExpectedMagic(int8 WhichDirectory, Inode* inode) argument
341 if (WhichDirectory == ATTR_LEAF) {
H A DLeafDirectory.cpp400 ExtentLeafHeader::ExpectedMagic(int8 WhichDirectory, Inode* inode) argument
402 if (WhichDirectory == XFS_LEAF) {
H A DNode.cpp458 NodeHeader::ExpectedMagic(int8 WhichDirectory, Inode* inode) argument
H A DBPlusTree.cpp831 LongBlock::ExpectedMagic(int8 WhichDirectory, Inode* inode) argument

Completed in 94 milliseconds