Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h271 SECURITY_DESCRIPTOR_ATTR sec_desc;
Dlayout.h1885 typedef SECURITY_DESCRIPTOR_RELATIVE SECURITY_DESCRIPTOR_ATTR; typedef
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c1035 static void ntfs_dump_security_descriptor(SECURITY_DESCRIPTOR_ATTR *sec_desc, in ntfs_dump_security_descriptor()
1107 SECURITY_DESCRIPTOR_ATTR *sec_desc_attr; in ntfs_dump_attr_security_descriptor()
1137 sec_desc_attr = (SECURITY_DESCRIPTOR_ATTR *)((u8*)attr + in ntfs_dump_attr_security_descriptor()
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c3377 sd_len = sizeof(SECURITY_DESCRIPTOR_ATTR) + 2 * (sizeof(SID) + 4) + in ntfs_sd_add_everyone()
3386 sid = (SID*)((u8*)sd + sizeof(SECURITY_DESCRIPTOR_ATTR)); in ntfs_sd_add_everyone()