Searched refs:osid (Results 1 – 2 of 2) sorted by relevance
1311 struct owner_sid *osid = (struct owner_sid *)nowner_sid_ptr; in build_sec_desc() local1313 osid->Revision = 1; in build_sec_desc()1314 osid->NumAuth = 3; in build_sec_desc()1315 osid->Authority[5] = 5; in build_sec_desc()1316 osid->SubAuthorities[0] = cpu_to_le32(88); in build_sec_desc()1317 osid->SubAuthorities[1] = cpu_to_le32(1); in build_sec_desc()1318 osid->SubAuthorities[2] = cpu_to_le32(id); in build_sec_desc()
184 struct cifs_sid osid; member