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,
1424 return ent_per_sec * sbi->fat_length;
1427 return sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits;
1446 if (b->fat_length)
1468 bpb->fat_fat_length = le16_to_cpu(b->fat_length);
1591 bpb->fat_fat_length = fdefaults->fat_length;
1703 sbi->fat_length = bpb.fat_fat_length;
1716 if (!sbi->fat_length && bpb.fat32_length) {
1722 sbi->fat_length = bpb.fat32_length;
1763 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length;