Searched refs:sidptr (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsacl.c109 sid_to_key_str(struct cifs_sid *sidptr, unsigned int type) argument
118 (SID_STRING_SUBAUTH_SIZE * sidptr->num_subauth),
125 sidptr->revision);
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;
147 for (i = 0; i < sidptr
[all...]

Completed in 150 milliseconds