Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dsecurity.c28 } sid_header; typedef
30 static sid_header sid_BA = { 1, 2, SECURITY_NT_AUTHORITY, {32, 544}}; // BUILTIN\Administrators
31 static sid_header sid_SY = { 1, 1, SECURITY_NT_AUTHORITY, {18}}; // NT AUTHORITY\SYSTEM
32 static sid_header sid_BU = { 1, 2, SECURITY_NT_AUTHORITY, {32, 545}}; // BUILTIN\Users
38 sid_header* sid;
61 sid_header* sid; in add_user_mapping()
150 sid_header* sid; in add_group_mapping()
231 sid_header* sh; in uid_to_sid()
284 sh = ExAllocatePoolWithTag(PagedPool, sizeof(sid_header), ALLOC_TAG); in uid_to_sid()
312 sid_header* sh = sid; in sid_to_uid()
[all …]