Home
last modified time | relevance | path

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

/system/ulib/ftl/ftln/
A Dftln_util.c593 ui8 sects_per_clust, *clust_buf; in FtlnSetClustSect1() local
596 sects_per_clust = bpb[13]; in FtlnSetClustSect1()
602 root_1st_sect = (root_1st_clust - 2) * sects_per_clust + ftl->frst_clust_sect; in FtlnSetClustSect1()
605 clust_buf = FsCalloc(FAT_SECT_SZ * sects_per_clust, 1); in FtlnSetClustSect1()
611 rc = FtlnWrSects(clust_buf, root_1st_sect, sects_per_clust, ftl); in FtlnSetClustSect1()

Completed in 3 milliseconds