Searched refs:cluster_t (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/exfat/ |
H A D | Volume.h | 27 cluster_t cluster; 141 status_t ClusterToBlock(cluster_t cluster, 144 Inode * FindInode(cluster_t cluster); 145 cluster_t NextCluster(cluster_t cluster); 146 ino_t GetIno(cluster_t cluster, uint32 offset,
|
H A D | Volume.cpp | 254 Volume::ClusterToBlock(cluster_t cluster, fsblock_t &block) in ClusterToBlock() 271 cluster_t 272 Volume::NextCluster(cluster_t _cluster) in NextCluster() 274 uint32 clusterPerBlock = fBlockSize / sizeof(cluster_t); in NextCluster() 278 cluster_t *cluster = (cluster_t *)block.SetTo(blockNum); in NextCluster() 294 Volume::FindInode(cluster_t cluster) in FindInode() 301 Volume::GetIno(cluster_t cluster, uint32 offset, ino_t parent) in GetIno()
|
H A D | Inode.h | 33 Inode(Volume* volume, cluster_t cluster, 42 cluster_t Cluster() const { return fCluster; } in Cluster() 44 cluster_t StartCluster() const in StartCluster() 48 cluster_t NextCluster(cluster_t cluster) const; 108 cluster_t fCluster; 218 typedef cluster_t KeyType;
|
H A D | DataStream.cpp | 48 cluster_t clusterIndex = pos / kClusterSize; in FindBlock() 51 cluster_t cluster = fInode->StartCluster(); in FindBlock() 59 cluster_t extentEnd = fInode->NextCluster(cluster); in FindBlock()
|
H A D | Inode.cpp | 31 Inode::Inode(Volume* volume, cluster_t cluster, uint32 offset) in Inode() 130 cluster_t 131 Inode::NextCluster(cluster_t cluster) const in NextCluster()
|
H A D | DirectoryIterator.h | 61 cluster_t fCluster;
|
H A D | exfat.h | 25 typedef uint32 cluster_t; typedef
|
/haiku/src/add-ons/kernel/file_systems/ufs2/ |
H A D | DirectoryIterator.h | 57 cluster_t fCluster;
|
H A D | ufs2.h | 40 typedef uint32 cluster_t; typedef
|