Searched refs:parent_pntsd (Results 1 – 1 of 1) sorted by relevance
992 struct smb_ntsd *parent_pntsd = NULL; in smb_inherit_dacl() local1002 parent, &parent_pntsd); in smb_inherit_dacl()1005 dacloffset = le32_to_cpu(parent_pntsd->dacloffset); in smb_inherit_dacl()1011 parent_pdacl = (struct smb_acl *)((char *)parent_pntsd + dacloffset); in smb_inherit_dacl()1013 pntsd_type = le16_to_cpu(parent_pntsd->type); in smb_inherit_dacl()1083 if (parent_pntsd->osidoffset) { in smb_inherit_dacl()1084 powner_sid = (struct smb_sid *)((char *)parent_pntsd + in smb_inherit_dacl()1085 le32_to_cpu(parent_pntsd->osidoffset)); in smb_inherit_dacl()1088 if (parent_pntsd->gsidoffset) { in smb_inherit_dacl()1089 pgroup_sid = (struct smb_sid *)((char *)parent_pntsd + in smb_inherit_dacl()[all …]