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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2532 INDEX_ENTRY *idx_entry_sdh, *idx_entry_sii; local
2541 idx_entry_sdh = ntfs_calloc(sizeof(INDEX_ENTRY));
2542 if (!idx_entry_sdh)
2546 free(idx_entry_sdh);
2555 idx_entry_sdh->data_offset = const_cpu_to_le16(0x18);
2556 idx_entry_sdh->data_length = const_cpu_to_le16(0x14);
2557 idx_entry_sdh->reservedV = const_cpu_to_le32(0x00);
2558 idx_entry_sdh->length = const_cpu_to_le16(0x30);
2559 idx_entry_sdh->key_length = const_cpu_to_le16(0x08);
2560 idx_entry_sdh
[all...]

Completed in 38 milliseconds