Searched refs:fCluster (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DDirectoryIterator.h57 cluster_t fCluster; member in class:DirectoryIterator
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp35 fCluster(cluster),
63 fCluster(0),
71 fCluster = key->cluster;
H A DDirectoryIterator.cpp38 fCluster(inode->StartCluster()),
43 TRACE("DirectoryIterator::DirectoryIterator() %" B_PRIu32 "\n", fCluster);
63 if (fCluster == EXFAT_CLUSTER_END)
162 fCluster = fInode->Cluster();
175 fCluster = fInode->StartCluster();
184 fCluster = fInode->StartCluster();
227 *_id = fInode->GetVolume()->GetIno(fCluster, fOffset - 1,
278 if (fInode->GetVolume()->ClusterToBlock(fCluster, block) != B_OK)
289 fCluster = fInode->NextCluster(fCluster);
[all...]
H A DDirectoryIterator.h61 cluster_t fCluster; member in class:DirectoryIterator
H A DInode.h42 cluster_t Cluster() const { return fCluster; }
108 cluster_t fCluster; member in class:Inode

Completed in 93 milliseconds