Home
last modified time | relevance | path

Searched refs:xfs_ino_t (Results 1 – 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.h61 xfs_ino_t GetIno(ShortFormInodeUnion* inum);
62 xfs_ino_t GetEntryIno(ShortFormEntry* entry);
65 xfs_ino_t* ino);
67 xfs_ino_t* id);
H A Dxfs.h85 xfs_ino_t Root() const;
104 xfs_ino_t sb_rootino;
105 xfs_ino_t sb_rbmino;
106 xfs_ino_t sb_rsumino;
129 xfs_ino_t sb_uquotino;
130 xfs_ino_t sb_gquotino;
154 xfs_ino_t sb_pquotino;
H A DDirectory.h21 xfs_ino_t* ino) = 0;
24 xfs_ino_t* id) = 0;
H A DShortDirectory.cpp50 xfs_ino_t
60 xfs_ino_t
81 ShortDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
86 xfs_ino_t rootIno = fInode->GetVolume()->Root(); in Lookup()
117 ShortDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
H A DExtent.h123 xfs_ino_t inumber;
169 xfs_ino_t GetIno();
173 xfs_ino_t* ino);
175 xfs_ino_t* id);
H A DLeafDirectory.h118 xfs_ino_t GetIno();
122 xfs_ino_t* ino);
124 xfs_ino_t* id);
H A DNode.h112 xfs_ino_t* ino);
114 xfs_ino_t* id);
H A Dxfs_types.h21 typedef uint64 xfs_ino_t; // absolute inode number typedef
H A DBPlusTree.h114 xfs_ino_t* ino);
116 xfs_ino_t* id);
H A DExtent.cpp142 int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16); in EntrySize()
153 Extent::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
207 Extent::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A DInode.h242 Inode(Volume* volume, xfs_ino_t id);
247 xfs_ino_t ID() const { return fId; } in ID()
339 xfs_ino_t fId;
H A DLeafDirectory.cpp201 int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16); in EntrySize()
227 LeafDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
321 LeafDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A DNode.cpp230 int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16); in EntrySize()
256 NodeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
351 NodeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A Dxfs.cpp286 xfs_ino_t
H A DBPlusTree.cpp428 int entrySize = sizeof(xfs_ino_t) + sizeof(uint8) + len + sizeof(uint16); in EntrySize()
460 TreeDirectory::GetNext(char* name, size_t* length, xfs_ino_t* ino) in GetNext()
648 TreeDirectory::Lookup(const char* name, size_t length, xfs_ino_t* ino) in Lookup()
H A Dkernel_interface.cpp212 status = iterator->Lookup(name, strlen(name), (xfs_ino_t*)_vnodeID); in xfs_lookup()
425 xfs_ino_t ino; in xfs_read_dir()
H A DInode.cpp83 Inode::Inode(Volume* volume, xfs_ino_t id) in Inode()