Searched refs:xfs_ino_t (Results 1 – 17 of 17) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/xfs/ |
H A D | ShortDirectory.h | 61 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 D | xfs.h | 85 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 D | Directory.h | 21 xfs_ino_t* ino) = 0; 24 xfs_ino_t* id) = 0;
|
H A D | ShortDirectory.cpp | 50 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 D | Extent.h | 123 xfs_ino_t inumber; 169 xfs_ino_t GetIno(); 173 xfs_ino_t* ino); 175 xfs_ino_t* id);
|
H A D | LeafDirectory.h | 118 xfs_ino_t GetIno(); 122 xfs_ino_t* ino); 124 xfs_ino_t* id);
|
H A D | Node.h | 112 xfs_ino_t* ino); 114 xfs_ino_t* id);
|
H A D | xfs_types.h | 21 typedef uint64 xfs_ino_t; // absolute inode number typedef
|
H A D | BPlusTree.h | 114 xfs_ino_t* ino); 116 xfs_ino_t* id);
|
H A D | Extent.cpp | 142 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 D | Inode.h | 242 Inode(Volume* volume, xfs_ino_t id); 247 xfs_ino_t ID() const { return fId; } in ID() 339 xfs_ino_t fId;
|
H A D | LeafDirectory.cpp | 201 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 D | Node.cpp | 230 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 D | xfs.cpp | 286 xfs_ino_t
|
H A D | BPlusTree.cpp | 428 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 D | kernel_interface.cpp | 212 status = iterator->Lookup(name, strlen(name), (xfs_ino_t*)_vnodeID); in xfs_lookup() 425 xfs_ino_t ino; in xfs_read_dir()
|
H A D | Inode.cpp | 83 Inode::Inode(Volume* volume, xfs_ino_t id) in Inode()
|