Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/newfs_msdos/
Dnewfs_msdos.c162 o.reserved_sectors = argto2(optarg, 1, "reserved sectors"); in main()
182 if (o.reserved_sectors) in main()
Dmkfs_msdos.h61 AOPT('r', uint16_t, reserved_sectors, 1, "Reserved sectors") \
Dmkfs_msdos.c406 if (o.reserved_sectors) in mkfs_msdos()
407 bpb.bpbResSectors = o.reserved_sectors; in mkfs_msdos()
/third_party/ntfs-3g/libntfs-3g/
Dbootsect.c114 if (le16_to_cpu(b->bpb.reserved_sectors) || in ntfs_boot_sector_is_ntfs()
122 le16_to_cpu(b->bpb.reserved_sectors), in ntfs_boot_sector_is_ntfs()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h52 le16 reserved_sectors; /* zero */ member