Home
last modified time | relevance | path

Searched refs:osid (Results 1 – 2 of 2) sorted by relevance

/fs/smb/client/
Dcifsacl.c1311 struct owner_sid *osid = (struct owner_sid *)nowner_sid_ptr; in build_sec_desc() local
1313 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()
Dcifsglob.h184 struct cifs_sid osid; member