Lines Matching refs:authority
128 /* The authority field is a single 48-bit number */
129 id_auth_val = (unsigned long long)sidptr->authority[5];
130 id_auth_val |= (unsigned long long)sidptr->authority[4] << 8;
131 id_auth_val |= (unsigned long long)sidptr->authority[3] << 16;
132 id_auth_val |= (unsigned long long)sidptr->authority[2] << 24;
133 id_auth_val |= (unsigned long long)sidptr->authority[1] << 32;
134 id_auth_val |= (unsigned long long)sidptr->authority[0] << 48;
137 * MS-DTYP states that if the authority is >= 2^32, then it should be
179 if (ctsid->authority[i] != cwsid->authority[i]) {
180 if (ctsid->authority[i] > cwsid->authority[i])
238 if (psid->authority[i] != pwell_known_sid->authority[i]) {
271 dst->authority[i] = src->authority[i];
714 pntace->sid.authority[i] = psid->authority[i];
875 pntace->sid.authority[i] = sid_authusers.authority[i];
899 pntace->sid.authority[i] = sid_unix_NFS_mode.authority[i];
921 pntace->sid.authority[i] = sid_unix_NFS_users.authority[i];