Searched refs:hidden_sectors (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c1051 * @hidden_sectors: pointer to where to put the hidden sectors
1061 s64 *part_offset, s64 *part_length, int *hidden_sectors)
1106 *hidden_sectors = drive_layout->PartitionEntry[i].
1134 int err, hidden_sectors; local
1145 &part_length, &hidden_sectors)) {
1155 fd->part_hidden_sectors = hidden_sectors;
1060 ntfs_device_win32_find_partition(HANDLE handle, DWORD partition_id, s64 *part_offset, s64 *part_length, int *hidden_sectors) argument
H A Dlayout.h60 /*0x11*/le32 hidden_sectors; /* Offset to the start of the partition member in struct:__anon15
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c4342 bs->bpb.hidden_sectors = cpu_to_le32(opts.part_start_sect);

Completed in 44 milliseconds