Lines Matching refs:newhead
4715 const SECURITY_DESCRIPTOR_RELATIVE *newhead;
4735 newhead = (const SECURITY_DESCRIPTOR_RELATIVE*)newattr;
4748 newhead->dacl : oldhead->dacl) {
4750 offdacl = le32_to_cpu(newhead->dacl);
4763 control |= newhead->control
4767 if (newhead->control & SE_DACL_AUTO_INHERIT_REQ)
4780 newhead->sacl : oldhead->sacl) {
4782 offsacl = le32_to_cpu(newhead->sacl);
4795 control |= newhead->control
4799 if (newhead->control & SE_SACL_AUTO_INHERIT_REQ)
4812 newhead->owner : oldhead->owner) {
4814 offowner = le32_to_cpu(newhead->owner);
4827 control |= newhead->control & SE_OWNER_DEFAULTED;
4835 newhead->group : oldhead->group) {
4837 offgroup = le32_to_cpu(newhead->group);
4839 control |= newhead->control
4854 control |= newhead->control & SE_GROUP_DEFAULTED;