Searched refs:parent_pntsd (Results 1 – 1 of 1) sorted by relevance
1002 struct smb_ntsd *parent_pntsd = NULL; in smb_inherit_dacl() local1012 parent, &parent_pntsd); in smb_inherit_dacl()1015 dacloffset = le32_to_cpu(parent_pntsd->dacloffset); in smb_inherit_dacl()1021 parent_pdacl = (struct smb_acl *)((char *)parent_pntsd + dacloffset); in smb_inherit_dacl()1024 pntsd_type = le16_to_cpu(parent_pntsd->type); in smb_inherit_dacl()1111 if (parent_pntsd->osidoffset) { in smb_inherit_dacl()1112 powner_sid = (struct smb_sid *)((char *)parent_pntsd + in smb_inherit_dacl()1113 le32_to_cpu(parent_pntsd->osidoffset)); in smb_inherit_dacl()1116 if (parent_pntsd->gsidoffset) { in smb_inherit_dacl()1117 pgroup_sid = (struct smb_sid *)((char *)parent_pntsd + in smb_inherit_dacl()[all …]