Searched refs:fLeafMap (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/xfs/ |
H A D | Node.cpp | 16 fLeafMap(NULL), in NodeDirectory() 29 delete fLeafMap; in ~NodeDirectory() 62 fLeafMap = new(std::nothrow) ExtentMapEntry; in Init() 63 if (fLeafMap == NULL) in Init() 70 FillMapEntry(fFirstLeafMapIndex, fLeafMap); in Init() 115 map = fLeafMap; in FillBuffer() 164 howManyBlocksFurthur, fLeafMap, XFS_NODE)) { in FillBuffer() 179 howManyBlocksFurthur, fLeafMap, XFS_NODE)) { in FillBuffer() 361 FillMapEntry(fFirstLeafMapIndex, fLeafMap); in Lookup() 384 FillMapEntry(i, fLeafMap); in Lookup() [all …]
|
H A D | LeafDirectory.cpp | 17 fLeafMap(NULL), in LeafDirectory() 29 delete fLeafMap; in ~LeafDirectory() 38 fLeafMap = new(std::nothrow) ExtentMapEntry; in Init() 39 if (fLeafMap == NULL) in Init() 46 FillMapEntry(fInode->DataExtentsCount()-1, fLeafMap); in Init() 70 if (!VerifyHeader<ExtentLeafHeader>(leaf, fLeafBuffer, fInode, 0, fLeafMap, XFS_LEAF)) { in Init() 138 map = fLeafMap; in FillBuffer() 189 ASSERT(fLeafMap != NULL); in FirstLeaf()
|
H A D | Node.h | 118 ExtentMapEntry* fLeafMap; variable
|
H A D | LeafDirectory.h | 128 ExtentMapEntry* fLeafMap; variable
|