Lines Matching refs:authority
135 /* The authority field is a single 48-bit number */
136 id_auth_val = (unsigned long long)sidptr->authority[5];
137 id_auth_val |= (unsigned long long)sidptr->authority[4] << 8;
138 id_auth_val |= (unsigned long long)sidptr->authority[3] << 16;
139 id_auth_val |= (unsigned long long)sidptr->authority[2] << 24;
140 id_auth_val |= (unsigned long long)sidptr->authority[1] << 32;
141 id_auth_val |= (unsigned long long)sidptr->authority[0] << 48;
144 * MS-DTYP states that if the authority is >= 2^32, then it should be
186 if (ctsid->authority[i] != cwsid->authority[i]) {
187 if (ctsid->authority[i] > cwsid->authority[i])
245 if (psid->authority[i] != pwell_known_sid->authority[i]) {
277 dst->authority[i] = src->authority[i];
657 pntace->sid.authority[i] = psid->authority[i];
818 pntace->sid.authority[i] = sid_authusers.authority[i];
842 pntace->sid.authority[i] = sid_unix_NFS_mode.authority[i];
864 pntace->sid.authority[i] = sid_unix_NFS_users.authority[i];