Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dmsdos_fs.h115 __u8 fats; /* number of FATs */ member
/linux-6.1.9/fs/fat/
Dinode.c1443 if (b->fats) in fat_bpb_is_zero()
1470 bpb->fat_fats = b->fats; in fat_read_bpb()
1702 sbi->fats = bpb.fat_fats; in fat_fill_super()
1765 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length; in fat_fill_super()
Dfat.h67 unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */ member
Dfatent.c384 for (copy = 1; copy < sbi->fats; copy++) { in fat_mirror_bhs()
/linux-6.1.9/block/partitions/
Dmsdos.c630 if (slot == 1 && fb->reserved && fb->fats in msdos_partition()
/linux-6.1.9/fs/ntfs/
Dlayout.h41 u8 fats; /* zero */ member
Dsuper.c611 le32_to_cpu(b->bpb.large_sectors) || b->bpb.fats) in is_boot_sector_ntfs()