Searched refs:fat_length (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/fat/
H A Dinode.c64 unsigned fat_length; member in struct:fat_floppy_defaults
71 .fat_length = 1,
78 .fat_length = 2,
85 .fat_length = 1,
92 .fat_length = 2,
1314 return ent_per_sec * sbi->fat_length; calc_fat_clusters()
1317 return sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits; calc_fat_clusters()
1336 if (b->fat_length) fat_bpb_is_zero()
1358 bpb->fat_fat_length = le16_to_cpu(b->fat_length); fat_read_bpb()
1475 bpb->fat_fat_length = fdefaults->fat_length; fat_read_static_bpb()
1581 sbi->fat_length = bpb.fat_fat_length; fat_fill_super()
1588 if (!sbi->fat_length && bpb.fat32_length) { fat_fill_super()
1594 sbi->fat_length = bpb.fat32_length; fat_fill_super()
1635 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length; fat_fill_super()
H A Dfatent.c384 sector_t backup_fat = sbi->fat_length * copy; fat_mirror_bhs()
671 unsigned long rest = sbi->fat_length - cur_block; fat_count_free_clusters()
H A Dfat.h68 unsigned long fat_length; /* FAT start & length (sec.) */ member in struct:msdos_sb_info
/linux-4.4.14/include/uapi/linux/
H A Dmsdos_fs.h121 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector

Completed in 205 milliseconds