Lines Matching defs:fat_length
72 unsigned fat_length;
79 .fat_length = 1,
86 .fat_length = 2,
93 .fat_length = 1,
100 .fat_length = 2,
1423 return ent_per_sec * sbi->fat_length;
1426 return sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits;
1445 if (b->fat_length)
1467 bpb->fat_fat_length = le16_to_cpu(b->fat_length);
1587 bpb->fat_fat_length = fdefaults->fat_length;
1699 sbi->fat_length = bpb.fat_fat_length;
1712 if (!sbi->fat_length && bpb.fat32_length) {
1718 sbi->fat_length = bpb.fat32_length;
1759 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length;