Searched refs:parent_pntsd (Results 1 – 1 of 1) sorted by relevance
1024 struct smb_ntsd *parent_pntsd = NULL; in smb_inherit_dacl() local1035 parent, &parent_pntsd); in smb_inherit_dacl()1038 dacloffset = le32_to_cpu(parent_pntsd->dacloffset); in smb_inherit_dacl()1044 parent_pdacl = (struct smb_acl *)((char *)parent_pntsd + dacloffset); in smb_inherit_dacl()1047 pntsd_type = le16_to_cpu(parent_pntsd->type); in smb_inherit_dacl()1136 if (parent_pntsd->osidoffset) { in smb_inherit_dacl()1137 powner_sid = (struct smb_sid *)((char *)parent_pntsd + in smb_inherit_dacl()1138 le32_to_cpu(parent_pntsd->osidoffset)); in smb_inherit_dacl()1141 if (parent_pntsd->gsidoffset) { in smb_inherit_dacl()1142 pgroup_sid = (struct smb_sid *)((char *)parent_pntsd + in smb_inherit_dacl()[all …]