xfs_ino_t
int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16);
TreeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino)
TreeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino)
xfs_ino_t* ino);
xfs_ino_t* id);
xfs_ino_t* ino) = 0;
xfs_ino_t* id) = 0;
int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16);
Extent::GetNext(char* name, size_t* length, xfs_ino_t* ino)
Extent::Lookup(const char* name, size_t length, xfs_ino_t* ino)
xfs_ino_t inumber;
xfs_ino_t GetIno();
xfs_ino_t* ino);
xfs_ino_t* id);
Inode::Inode(Volume* volume, xfs_ino_t id)
Inode(Volume* volume, xfs_ino_t id);
xfs_ino_t ID() const { return fId; }
xfs_ino_t fId;
int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16);
LeafDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino)
LeafDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino)
xfs_ino_t GetIno();
xfs_ino_t* ino);
xfs_ino_t* id);
int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16);
NodeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino)
NodeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino)
xfs_ino_t* ino);
xfs_ino_t* id);
ShortDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino)
xfs_ino_t
xfs_ino_t
ShortDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino)
xfs_ino_t rootIno = fInode->GetVolume()->Root();
xfs_ino_t GetIno(ShortFormInodeUnion* inum);
xfs_ino_t GetEntryIno(ShortFormEntry* entry);
xfs_ino_t* ino);
xfs_ino_t* id);
status = iterator->Lookup(name, strlen(name), (xfs_ino_t*)_vnodeID);
xfs_ino_t ino;
xfs_ino_t
xfs_ino_t sb_rootino;
xfs_ino_t sb_rbmino;
xfs_ino_t sb_rsumino;
xfs_ino_t sb_uquotino;
xfs_ino_t sb_gquotino;
xfs_ino_t sb_pquotino;
xfs_ino_t Root() const;