Home
last modified time | relevance | path

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

/system/ulib/ftl/ftln/
A Dftln_util.c549 ui16 rsrvd_sects, num_fats, root_ents, root_sects; in FtlnSetClustSect1() local
579 root_sects = (root_ents * 32 + FAT_SECT_SZ - 1) / FAT_SECT_SZ; in FtlnSetClustSect1()
582 ftl->frst_clust_sect = ftl->vol_frst_sect + num_fats * sects_per_fat + rsrvd_sects + root_sects; in FtlnSetClustSect1()
591 if (root_sects == 0 && old_clust_off != ftl->clust_off && format_req) { in FtlnSetClustSect1()

Completed in 3 milliseconds