Searched refs:GetSizeIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.cpp36 if (SizeIndex *index = GetVolume()->GetSizeIndex())
61 if (SizeIndex *index = GetVolume()->GetSizeIndex())
H A DFile.cpp46 if (SizeIndex *index = GetVolume()->GetSizeIndex())
62 if (SizeIndex *index = GetVolume()->GetSizeIndex())
H A DIndexDirectory.h38 SizeIndex *GetSizeIndex() const { return fSizeIndex; } function in class:IndexDirectory
H A DVolume.h144 SizeIndex *GetSizeIndex() const;
H A DVolume.cpp663 // GetSizeIndex
665 Volume::GetSizeIndex() const function in class:Volume
667 return (fIndexDirectory ? fIndexDirectory->GetSizeIndex() : NULL);

Completed in 97 milliseconds