Home
last modified time | relevance | path

Searched refs:frst_clust_sect (Results 1 – 4 of 4) sorted by relevance

/system/ulib/ftl/ftln/
A Dftln_util.c321 if (vsn >= ftl->frst_clust_sect) in FtlnReport()
365 if (vsn >= ftl->frst_clust_sect) in FtlnReport()
582 ftl->frst_clust_sect = ftl->vol_frst_sect + num_fats * sects_per_fat + rsrvd_sects + root_sects; in FtlnSetClustSect1()
586 ftl->clust_off = ftl->sects_per_page - (ftl->frst_clust_sect % ftl->sects_per_page); in FtlnSetClustSect1()
602 root_1st_sect = (root_1st_clust - 2) * sects_per_clust + ftl->frst_clust_sect; in FtlnSetClustSect1()
617 printf("FtlnSetClustSect1: set to %u, offset = %u\n", ftl->frst_clust_sect, ftl->clust_off); in FtlnSetClustSect1()
782 ftl->frst_clust_sect = (ui32)-1; in FtlnStateRst()
927 printf(" - 1st_clust_sect = %d\n", ftl->frst_clust_sect); in FtlnStats()
A Dftln_rd.c325 if (sect >= ftl->frst_clust_sect) in FtlnRdSects()
A Dftlnp.h214 ui32 frst_clust_sect; // first sector of first FAT cluster member
A Dftln_intrnl.c1388 if (sect >= ftl->frst_clust_sect) in FtlnWrSects()

Completed in 8 milliseconds