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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dsd.c44 sd->sacl = const_cpu_to_le32(0);
190 sd->sacl = const_cpu_to_le32(0);
430 sd->sacl = const_cpu_to_le32(0x00);
526 sd->sacl = const_cpu_to_le32(0x00);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c3993 pnhead->sacl = const_cpu_to_le32(0);
3994 if (pphead->sacl) {
3995 offpacl = le32_to_cpu(pphead->sacl);
4002 pnhead->sacl = cpu_to_le32(pos);
4634 if (phead->sacl && (selection & SACL_SECURITY_INFORMATION)) {
4636 offsacl = le32_to_cpu(phead->sacl);
4688 pnhead->sacl = cpu_to_le32(pos);
4692 pnhead->sacl = const_cpu_to_le32(0);
4794 newhead->sacl : oldhead->sacl) {
[all...]
H A Dlayout.h1805 * as the sacl and dacl ACLs inside the security descriptor itself.
1818 le32 sacl; /* Byte offset to a system ACL. Only valid, if member in struct:__anon66
1820 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
1832 * Does not contain the owner and group SIDs, nor the sacl and dacl ACLs inside
1850 ACL *sacl; /* Points to a system ACL. Only valid, if member in struct:__anon67
1852 SE_SACL_PRESENT is set but sacl is NULL, a NULL ACL
H A Dacls.c298 offsacl = le32_to_cpu(phead->sacl);
635 offsacl = le32_to_cpu(phead->sacl);
662 && !(phead->sacl & const_cpu_to_le32(3))
2833 pnhead->sacl = const_cpu_to_le32(0);
2924 pnhead->sacl = const_cpu_to_le32(0);

Completed in 103 milliseconds