Searched refs:owner_sid (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsacl.h | 84 struct owner_sid { struct 92 struct owner_sid owner; argument 93 struct owner_sid group;
|
| H A D | cifsacl.c | 1345 /* cifs_dump_mem("owner_sid: ", owner_sid_ptr, 64); */ in build_sec_desc() 1472 struct owner_sid *osid = (struct owner_sid *)nowner_sid_ptr; in build_sec_desc() 1500 struct owner_sid *gsid = (struct owner_sid *)ngroup_sid_ptr; in get_cifs_acl_by_fid()
|
| H A D | smb2pdu.c | 5417 const void *owner_sid; in posix_info_parse() 5437 owner_sid = beg + total_len; in posix_info_parse() 5438 owner_len = posix_info_sid_size(owner_sid, end); in posix_info_parse() 5469 memcpy(&out->owner, owner_sid, owner_len); in num_entries() 5392 const void *owner_sid; posix_info_parse() local
|
| /linux/fs/smb/server/ |
| H A D | smbacl.c | 1141 struct smb_sid owner_sid, group_sid; in smb_inherit_dacl() local 1242 id_to_sid(uid, SIDOWNER, &owner_sid); in smb_inherit_dacl() 1243 psid = &owner_sid; in smb_inherit_dacl() 1345 struct smb_sid *owner_sid = (struct smb_sid *)((char *)pntsd + in smb_inherit_dacl() local 1347 memcpy(owner_sid, powner_sid, powner_sid_size); in smb_inherit_dacl()
|