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

/linux-master/fs/fat/
H A Dinode.c72 unsigned fat_length; member in struct:fat_floppy_defaults
79 .fat_length = 1,
86 .fat_length = 2,
93 .fat_length = 1,
100 .fat_length = 2,
1432 return ent_per_sec * sbi->fat_length;
1435 return sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits;
1454 if (b->fat_length)
1476 bpb->fat_fat_length = le16_to_cpu(b->fat_length);
1596 bpb->fat_fat_length = fdefaults->fat_length;
[all...]
H A Dfat.h69 unsigned long fat_length; /* FAT start & length (sec.) */ member in struct:msdos_sb_info
H A Dfatent.c385 sector_t backup_fat = sbi->fat_length * copy;
/linux-master/include/uapi/linux/
H A Dmsdos_fs.h119 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector
/linux-master/fs/exfat/
H A Dexfat_raw.h96 __le32 fat_length; member in struct:boot_sector
H A Dsuper.c479 sbi->num_FAT_sectors = le32_to_cpu(p_boot->fat_length);

Completed in 112 milliseconds