Home
last modified time | relevance | path

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

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