Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
H A Dmkntfs.c2832 SECURITY_DESCRIPTOR_HEADER *sds_header; in initialize_secure() local
2837 sds_header = (SECURITY_DESCRIPTOR_HEADER*)sds; in initialize_secure()
2852 while ((char*)sds_header < (char*)sds + sds_size) { in initialize_secure()
2853 if (!sds_header->length) in initialize_secure()
2863 idx_entry_sdh->key.sdh.hash = sds_header->hash; in initialize_secure()
2864 idx_entry_sdh->key.sdh.security_id = sds_header->security_id; in initialize_secure()
2867 sdh_data->hash = sds_header->hash; in initialize_secure()
2868 sdh_data->security_id = sds_header->security_id; in initialize_secure()
2869 sdh_data->offset = sds_header->offset; in initialize_secure()
2870 sdh_data->length = sds_header in initialize_secure()
[all...]

Completed in 5 milliseconds