Lines Matching defs:bsid
4160 SID *bsid;
4166 bsid = (SID*)&bigsid;
4167 bsid->revision = SID_REVISION;
4170 bsid->identifier_authority.high_part = const_cpu_to_be16(0);
4171 bsid->identifier_authority.low_part = cpu_to_be32(auth);
4177 bsid->sub_authority[cnt] = cpu_to_le32(auth);
4181 bsid->sub_authority_count = cnt;
4182 if ((cnt > 0) && ntfs_valid_sid(bsid)
4183 && (ntfs_is_user_sid(bsid) || ntfs_known_group_sid(bsid))) {
4186 memcpy(sid, bsid, 4 * cnt + 8);