Home | History | Annotate | Download | only in blkid

Lines Matching defs:fat_size

526 	__u32 sect_count, fat_size, dir_size, cluster_count, fat_length;
548 fat_size = fat_length * ms->ms_fats;
552 cluster_count = sect_count - (reserved + fat_size + dir_size);
562 root_start = (reserved + fat_size) * sector_size;
581 start_data_sect = reserved + fat_size;