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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dsd.c45 sd->dacl = const_cpu_to_le32(0x14);
50 acl = (ACL*)((char*)sd + le32_to_cpu(sd->dacl));
191 sd->dacl = const_cpu_to_le32(sizeof(SECURITY_DESCRIPTOR_RELATIVE));
431 sd->dacl = const_cpu_to_le32(0x14);
527 sd->dacl = const_cpu_to_le32(0x14);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c3420 sd->dacl = cpu_to_le32((u8*)acl - (u8*)sd);
3976 pnhead->dacl = const_cpu_to_le32(0);
3977 if (pphead->dacl) {
3978 offpacl = le32_to_cpu(pphead->dacl);
3985 pnhead->dacl = cpu_to_le32(pos);
4602 if (phead->dacl && (selection & DACL_SECURITY_INFORMATION)) {
4603 offdacl = le32_to_cpu(phead->dacl);
4680 pnhead->dacl = cpu_to_le32(pos);
4684 pnhead->dacl = const_cpu_to_le32(0);
4762 newhead->dacl
[all...]
H A Dacls.c309 offdacl = le32_to_cpu(phead->dacl);
634 offdacl = le32_to_cpu(phead->dacl);
661 && !(phead->dacl & const_cpu_to_le32(3))
2834 pnhead->dacl =
2925 pnhead->dacl =
3215 offdacl = le32_to_cpu(phead->dacl);
3304 offdacl = le32_to_cpu(phead->dacl);
3494 offdacl = le32_to_cpu(phead->dacl);
3585 offdacl = le32_to_cpu(phead->dacl);
3640 offdacl = le32_to_cpu(phead->dacl);
[all...]
H A Dlayout.h1805 * as the sacl and dacl ACLs inside the security descriptor itself.
1822 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if member in struct:__anon66
1824 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL
1832 * Does not contain the owner and group SIDs, nor the sacl and dacl ACLs inside
1854 ACL *dacl; /* Points to a discretionary ACL. Only valid, if member in struct:__anon67
1856 SE_DACL_PRESENT is set but dacl is NULL, a NULL ACL

Completed in 169 milliseconds