Home | History | Annotate | Download | only in blkid

Lines Matching full:fat_length

524 	__u32 sect_count, fat_size, dir_size, cluster_count, fat_length;
542 fat_length = blkid_le16(ms->ms_fat_length);
543 if (fat_length == 0)
544 fat_length = blkid_le32(vs->vs_fat32_length);
546 fat_size = fat_length * ms->ms_fats;