Home
last modified time | relevance | path

Searched refs:owner_sid (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsacl.h183 struct owner_sid { struct
191 struct owner_sid owner; argument
192 struct owner_sid group;
H A Dcifsacl.c1046 struct owner_sid *osid = (struct owner_sid *)nowner_sid_ptr; in build_sec_desc()
1077 struct owner_sid *gsid = (struct owner_sid *)ngroup_sid_ptr; in build_sec_desc()
H A Dsmb2pdu.c4496 const void *owner_sid; in posix_info_parse() local
4516 owner_sid = beg + total_len; in posix_info_parse()
4517 sid_len = posix_info_sid_size(owner_sid, end); in posix_info_parse()
4548 memcpy(&out->owner, owner_sid, in posix_info_parse()
4549 posix_info_sid_size(owner_sid, end)); in posix_info_parse()