LeafDirectory
LeafDirectory* leafDir = new(std::nothrow) LeafDirectory(inode);
LeafDirectory::FillMapEntry(int num, ExtentMapEntry* fMap)
LeafDirectory::FillBuffer(int type, char* blockBuffer, int howManyBlocksFurthur)
LeafDirectory::LeafDirectory(Inode* inode)
LeafDirectory::GetOffsetFromAddress(uint32 address)
LeafDirectory::FirstLeaf()
LeafDirectory::EntrySize(int len) const
LeafDirectory::SearchAndFillDataMap(uint64 blockNo)
LeafDirectory::Rewind()
LeafDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino)
LeafDirectory::~LeafDirectory()
LeafDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino)
LeafDirectory::Init()
LeafDirectory::IsLeafType()
class LeafDirectory : public DirectoryIterator {
LeafDirectory(Inode* inode);
~LeafDirectory();