Searched refs:InodeID (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DDirectoryIterator.cpp102 *_id = entry->InodeID();
150 *_id = entry->InodeID();
H A Dbtrfs.h370 ino_t InodeID() const { return location.ObjectID(); } function in struct:btrfs_dir_entry
461 uint64 InodeID() const { return B_LENDIAN_TO_HOST_INT64(inode_id); } function in struct:btrfs_extent_data_ref
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp108 if (entry->Length() == 0 || entry->InodeID() == 0)
116 fLogicalBlock, fDisplacement, entry->InodeID(), entry->Length(),
129 *_id = entry->InodeID();
178 entry->InodeID());
222 entry->Length(), entry->InodeID());
223 } while (entry->Length() == 0 || entry->InodeID() == 0);
474 if (dirEntry->InodeID() != 0)
H A DHTree.h35 uint32 InodeID() const function in struct:HTreeFakeDirEntry
H A Dext2.h719 uint32 InodeID() const { return B_LENDIAN_TO_HOST_INT32(inode_id); } function in struct:ext2_dir_entry
H A Dkernel_interface.cpp994 parentID = data->dotdot.InodeID();

Completed in 201 milliseconds