Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmbacl.c1112 int powner_sid_size = 0, pgroup_sid_size = 0, pntsd_size; in smb_inherit_dacl() local
1118 powner_sid_size = 1 + 1 + 6 + (powner_sid->num_subauth * 4); in smb_inherit_dacl()
1126 pntsd_alloc_size = sizeof(struct smb_ntsd) + powner_sid_size + in smb_inherit_dacl()
1144 if ((u64)le32_to_cpu(pntsd->osidoffset) + powner_sid_size > in smb_inherit_dacl()
1168 memcpy(owner_sid, powner_sid, powner_sid_size); in smb_inherit_dacl()
1169 pntsd_size += powner_sid_size; in smb_inherit_dacl()