Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmsdos_fs.h117 __u8 fats; /* number of FATs */ member
/linux-4.1.27/fs/fat/
Dinode.c1327 if (b->fats) in fat_bpb_is_zero()
1354 bpb->fat_fats = b->fats; in fat_read_bpb()
1577 sbi->fats = bpb.fat_fats; in fat_fill_super()
1634 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length; in fat_fill_super()
Dfat.h66 unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */ member
Dfatent.c383 for (copy = 1; copy < sbi->fats; copy++) { in fat_mirror_bhs()
/linux-4.1.27/block/partitions/
Dmsdos.c495 if (slot == 1 && fb->reserved && fb->fats in msdos_partition()
/linux-4.1.27/fs/ntfs/
Dlayout.h55 u8 fats; /* zero */ member
Dsuper.c625 le32_to_cpu(b->bpb.large_sectors) || b->bpb.fats) in is_boot_sector_ntfs()