Searched refs:authority (Results 1 – 3 of 3) sorted by relevance
129 id_auth_val = (unsigned long long)sidptr->authority[5]; in sid_to_key_str()130 id_auth_val |= (unsigned long long)sidptr->authority[4] << 8; in sid_to_key_str()131 id_auth_val |= (unsigned long long)sidptr->authority[3] << 16; in sid_to_key_str()179 if (ctsid->authority[i] != cwsid->authority[i]) { in compare_sids()180 if (ctsid->authority[i] > cwsid->authority[i]) in compare_sids()238 if (psid->authority[i] != pwell_known_sid->authority[i]) { in is_well_known_sid()271 dst->authority[i] = src->authority[i]; in cifs_copy_sid()714 pntace->sid.authority[i] = psid->authority[i]; in fill_ace_for_sid()894 pntace->sid.authority[i] = sid_authusers.authority[i]; in setup_authusers_ACE()923 pntace->sid.authority[i] = sid_unix_NFS_mode.authority[i]; in setup_special_mode_ACE()[all …]
89 if (ctsid->authority[i] != cwsid->authority[i]) { in compare_sids()90 if (ctsid->authority[i] > cwsid->authority[i]) in compare_sids()123 dst->authority[i] = src->authority[i]; in smb_copy_sid()211 pntace->sid.authority[i] = psid->authority[i]; in fill_ace_for_sid()
100 __u8 authority[NUM_AUTHS]; member
Completed in 31 milliseconds