Searched refs:sub_authority_count (Results 1 – 6 of 6) sorted by relevance
78 aa_ace->sid.sub_authority_count = 1; in init_system_file_sd()116 aa_ace->sid.sub_authority_count = 2; in init_system_file_sd()135 sid->sub_authority_count = 1; in init_system_file_sd()150 sid->sub_authority_count = 2; in init_system_file_sd()212 ace->sid.sub_authority_count = 0x02; in init_root_sd()233 ace->sid.sub_authority_count = 0x02; in init_root_sd()257 ace->sid.sub_authority_count = 0x01; in init_root_sd()276 ace->sid.sub_authority_count = 0x01; in init_root_sd()298 ace->sid.sub_authority_count = 0x01; in init_root_sd()317 ace->sid.sub_authority_count = 0x01; in init_root_sd()[all …]
2965 idx_entry_q2_data->sid.sub_authority_count = 2; in initialize_quota()2990 idx_entry_o->key.sid.sub_authority_count = 0x02; in initialize_quota()
107 const DWORD sub_authority_count = *GetSidSubAuthorityCount(mandatory_label->Label.Sid); in is_high_integrity() local108 …t DWORD integrity_level = *GetSidSubAuthority(mandatory_label->Label.Sid, sub_authority_count - 1); in is_high_integrity()
162 return (sid->sub_authority_count * 4 + 8); in ntfs_sid_size()191 ((usid->sub_authority_count == 1) in is_world_sid()197 || ((usid->sub_authority_count == 2) in is_world_sid()204 || ((usid->sub_authority_count == 1) in is_world_sid()211 || ((usid->sub_authority_count == 1) in is_world_sid()227 return ((usid->sub_authority_count == 5) in ntfs_is_user_sid()245 return ((usid->sub_authority_count == 1) in ntfs_known_group_sid()323 sid->sub_authority_count <= SID_MAX_SUB_AUTHORITIES; in ntfs_valid_sid()342 cnt = sid->sub_authority_count; in ntfs_valid_pattern()369 cnt = psid->sub_authority_count; in findimplicit()[all …]
252 size += (1 + 10) * sid->sub_authority_count; in ntfs_sid_to_mbs_size()336 for (j = 0; j < sid->sub_authority_count; j++) { in ntfs_sid_to_mbs()3388 sid->sub_authority_count = 2; in ntfs_sd_add_everyone()3396 sid->sub_authority_count = 2; in ntfs_sd_add_everyone()3414 ace->sid.sub_authority_count = 1; in ntfs_sd_add_everyone()
1397 u8 sub_authority_count; member