userlibandfileserver/fileserver/sfat32/inc/fat_table32.h
changeset 45 329ab0095843
parent 44 36bfc973b146
child 87 2f92ad2dc5db
equal deleted inserted replaced
44:36bfc973b146 45:329ab0095843
   159     void WriteL(TUint32 aFatIndex, TUint32 aValue);
   159     void WriteL(TUint32 aFatIndex, TUint32 aValue);
   160     TInt64 DataPositionInBytes(TUint32 aCluster) const;
   160     TInt64 DataPositionInBytes(TUint32 aCluster) const;
   161     void FreeClusterListL(TUint32 aCluster);
   161     void FreeClusterListL(TUint32 aCluster);
   162     TUint32 AllocateSingleClusterL(TUint32 aNearestCluster);
   162     TUint32 AllocateSingleClusterL(TUint32 aNearestCluster);
   163     void ExtendClusterListL(TUint32 aNumber,TInt& aCluster);
   163     void ExtendClusterListL(TUint32 aNumber,TInt& aCluster);
       
   164     TUint32 AllocateClusterListL(TUint32 aNumber,TUint32 aNearestCluster);
   164 
   165 
   165 private:
   166 private:
   166     CRamFatTable(CFatMountCB& aOwner);
   167     CRamFatTable(CFatMountCB& aOwner);
   167 
   168 
   168     inline TUint8 *RamDiskBase() const;
   169     inline TUint8 *RamDiskBase() const;