Home | History | Annotate | Download | only in blkid

Lines Matching defs:dir_size

526 	__u32 sect_count, fat_size, dir_size, cluster_count, fat_length;
549 dir_size = ((dir_entries * sizeof(struct vfat_dir_entry)) +
552 cluster_count = sect_count - (reserved + fat_size + dir_size);