Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dbootsect.c117 le16_to_cpu(b->bpb.sectors_per_fat) || in ntfs_boot_sector_is_ntfs()
125 le16_to_cpu(b->bpb.sectors_per_fat), in ntfs_boot_sector_is_ntfs()
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.h50 AOPT('a', uint32_t, sectors_per_fat, 1, "Sectors per FAT") \
Dnewfs_msdos.c125 o.sectors_per_fat = argto4(optarg, 1, "sectors/FAT"); in main()
Dmkfs_msdos.c425 if (o.sectors_per_fat) in mkfs_msdos()
426 bpb.bpbBigFATsecs = o.sectors_per_fat; in mkfs_msdos()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h57 le16 sectors_per_fat; /* zero */ member