Searched refs:total_sectors (Results 1 – 1 of 1) sorted by relevance
343 uint32_t total_sectors; in mflash_format_internal() local358 total_sectors = 0; in mflash_format_internal()364 total_sectors += file_sectors; in mflash_format_internal()370 total_sectors += dir_sectors; in mflash_format_internal()373 if ((0u != fs_size_limit) && (fs_size_limit < total_sectors * MFLASH_SECTOR_SIZE)) in mflash_format_internal()379 for (uint32_t i = 0u; i < total_sectors; i++) in mflash_format_internal()391 file_offset = total_sectors * MFLASH_SECTOR_SIZE; in mflash_format_internal()436 fsh->total_size = total_sectors * MFLASH_SECTOR_SIZE; in mflash_format_internal()