Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2531 SECURITY_DESCRIPTOR_HEADER *sds_header; in initialize_secure() local
2536 sds_header = (SECURITY_DESCRIPTOR_HEADER*)sds; in initialize_secure()
2551 while ((char*)sds_header < (char*)sds + sds_size) { in initialize_secure()
2552 if (!sds_header->length) in initialize_secure()
2562 idx_entry_sdh->key.sdh.hash = sds_header->hash; in initialize_secure()
2563 idx_entry_sdh->key.sdh.security_id = sds_header->security_id; in initialize_secure()
2566 sdh_data->hash = sds_header->hash; in initialize_secure()
2567 sdh_data->security_id = sds_header->security_id; in initialize_secure()
2568 sdh_data->offset = sds_header->offset; in initialize_secure()
2569 sdh_data->length = sds_header->length; in initialize_secure()
[all …]