Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.h60 AOPT('o', uint32_t, hidden_sectors, 0, "Hidden sectors") \
Dnewfs_msdos.c158 o.hidden_sectors = argto4(optarg, 0, "hidden sectors"); in main()
Dmkfs_msdos.c331 bpb.bpbHiddenSecs = o.hidden_sectors; in mkfs_msdos()
/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c1061 s64 *part_offset, s64 *part_length, int *hidden_sectors) in ntfs_device_win32_find_partition() argument
1106 *hidden_sectors = drive_layout->PartitionEntry[i]. in ntfs_device_win32_find_partition()
1134 int err, hidden_sectors; in ntfs_device_win32_open_partition() local
1145 &part_length, &hidden_sectors)) { in ntfs_device_win32_open_partition()
1155 fd->part_hidden_sectors = hidden_sectors; in ntfs_device_win32_open_partition()
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c3772 u32 hidden_sectors; in copy_boot() local
3789 memcpy(&hidden_sectors_le,&bs->bpb.hidden_sectors,4); in copy_boot()
3792 hidden_sectors = le32_to_cpu(hidden_sectors_le); in copy_boot()
3793 if (hidden_sectors >= expand->sector_increment) in copy_boot()
3794 hidden_sectors -= expand->sector_increment; in copy_boot()
3796 hidden_sectors = 0; in copy_boot()
3797 hidden_sectors_le = cpu_to_le32(hidden_sectors); in copy_boot()
3798 memcpy(&bs->bpb.hidden_sectors,&hidden_sectors_le,4); in copy_boot()
Dmkntfs.c4658 bs->bpb.hidden_sectors = cpu_to_le32(opts.part_start_sect); in mkntfs_create_root_structures()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h60 /*0x11*/le32 hidden_sectors; /* Offset to the start of the partition member