Searched refs:total_sectors (Results 1 - 1 of 1) sorted by relevance

/system/extras/fatblock/
H A Dfs.c161 sector_t reserved_sectors, fat_sectors, data_sectors, total_sectors; local
181 total_sectors = reserved_sectors + fat_sectors + data_sectors;
195 bs->sectors32 = htole32(total_sectors);
244 *total_size_out = (offset_t)total_sectors * sector_size;

Completed in 50 milliseconds