Searched refs:fats (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h115 __u8 fats; /* number of FATs */ member in struct:fat_boot_sector
/linux-master/fs/fat/
H A Dfat.h67 unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */ member in struct:msdos_sb_info
H A Dinode.c1446 if (b->fats)
1473 bpb->fat_fats = b->fats;
1705 sbi->fats = bpb.fat_fats;
1771 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length;
H A Dfatent.c384 for (copy = 1; copy < sbi->fats; copy++) {
/linux-master/block/partitions/
H A Dmsdos.c630 if (slot == 1 && fb->reserved && fb->fats

Completed in 238 milliseconds