Searched refs:parent_pntsd (Results 1 – 1 of 1) sorted by relevance
1196 struct smb_ntsd *parent_pntsd = NULL; in smb_inherit_dacl() local1209 parent, &parent_pntsd); in smb_inherit_dacl()1213 dacloffset = le32_to_cpu(parent_pntsd->dacloffset); in smb_inherit_dacl()1221 parent_pdacl = (struct smb_acl *)((char *)parent_pntsd + dacloffset); in smb_inherit_dacl()1224 pntsd_type = le16_to_cpu(parent_pntsd->type); in smb_inherit_dacl()1339 rc = smb_validate_ntsd_sid(parent_pntsd, ppntsd_size, in smb_inherit_dacl()1340 le32_to_cpu(parent_pntsd->osidoffset), in smb_inherit_dacl()1344 rc = smb_validate_ntsd_sid(parent_pntsd, ppntsd_size, in smb_inherit_dacl()1345 le32_to_cpu(parent_pntsd->gsidoffset), in smb_inherit_dacl()1372 if (le16_to_cpu(parent_pntsd->type) & DACL_AUTO_INHERITED) in smb_inherit_dacl()[all …]