Searched refs:GetIno (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp51 ShortDirectory::GetIno(ShortFormInodeUnion* inum) function in class:ShortDirectory
64 return GetIno((ShortFormInodeUnion*)(entry->name
67 return GetIno((ShortFormInodeUnion*)(entry->name + entry->namelen));
92 *ino = GetIno(&fHeader->parent);
136 *ino = GetIno(&fHeader->parent);
H A DShortDirectory.h61 xfs_ino_t GetIno(ShortFormInodeUnion* inum);
H A DLeafDirectory.h118 xfs_ino_t GetIno();
H A DExtent.h169 xfs_ino_t GetIno();
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h146 ino_t GetIno(cluster_t cluster, uint32 offset,
H A DDirectoryIterator.cpp227 *_id = fInode->GetVolume()->GetIno(fCluster, fOffset - 1,
H A DInode.cpp34 fID(volume->GetIno(cluster, offset, 0)),
H A DVolume.cpp301 Volume::GetIno(cluster_t cluster, uint32 offset, ino_t parent) function in class:Volume
310 TRACE("Volume::GetIno() cached cluster %" B_PRIu32 " offset %" B_PRIu32
320 TRACE("Volume::GetIno() new cluster %" B_PRIu32 " offset %" B_PRIu32

Completed in 68 milliseconds