userlibandfileserver/fileserver/sfat32/sl_fatcache.inl
changeset 270 ea2cef07f9fe
parent 36 538db54a451d
equal deleted inserted replaced
255:d45b74d3fb20 270:ea2cef07f9fe
    69 
    69 
    70 TUint CFatCacheBase::FAT_ClusterSzLog2() const 
    70 TUint CFatCacheBase::FAT_ClusterSzLog2() const 
    71     {
    71     {
    72     return iFatClustSzLog2;
    72     return iFatClustSzLog2;
    73     }
    73     }
       
    74     
       
    75 TUint32 CFatCacheBase::MaxFatEntries() const 
       
    76     {
       
    77     return iMaxFatEntries;
       
    78     }
       
    79 
       
    80 TBool CFatCacheBase::FatIndexValid(TUint32 aIndex) const 
       
    81     {
       
    82     return (aIndex >= KFatFirstSearchCluster &&  aIndex < iMaxFatEntries);
       
    83     }
       
    84 
    74     
    85     
    75 
    86 
    76 //-----------------------------------------------------------------------------
    87 //-----------------------------------------------------------------------------
    77 
    88 
    78 /** @return number of FAT cache sectors in this fixed cache */
    89 /** @return number of FAT cache sectors in this fixed cache */