Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dsd.c78 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 …]
Dmkntfs.c2965 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()
/third_party/vulkan-loader/loader/
Dget_environment.c107 const DWORD sub_authority_count = *GetSidSubAuthorityCount(mandatory_label->Label.Sid); in is_high_integrity() local
108 …t DWORD integrity_level = *GetSidSubAuthority(mandatory_label->Label.Sid, sub_authority_count - 1); in is_high_integrity()
/third_party/ntfs-3g/libntfs-3g/
Dacls.c162 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 …]
Dsecurity.c252 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()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h1397 u8 sub_authority_count; member