Lines Matching refs:oldhead
4714 const SECURITY_DESCRIPTOR_RELATIVE *oldhead; in mergesecurityattr() local
4734 oldhead = (const SECURITY_DESCRIPTOR_RELATIVE*)oldattr; in mergesecurityattr()
4748 newhead->dacl : oldhead->dacl) { in mergesecurityattr()
4753 offdacl = le32_to_cpu(oldhead->dacl); in mergesecurityattr()
4770 control |= oldhead->control in mergesecurityattr()
4780 newhead->sacl : oldhead->sacl) { in mergesecurityattr()
4785 offsacl = le32_to_cpu(oldhead->sacl); in mergesecurityattr()
4802 control |= oldhead->control in mergesecurityattr()
4812 newhead->owner : oldhead->owner) { in mergesecurityattr()
4817 offowner = le32_to_cpu(oldhead->owner); in mergesecurityattr()
4829 control |= oldhead->control & SE_OWNER_DEFAULTED; in mergesecurityattr()
4835 newhead->group : oldhead->group) { in mergesecurityattr()
4842 offgroup = le32_to_cpu(oldhead->group); in mergesecurityattr()
4844 control |= oldhead->control in mergesecurityattr()
4856 control |= oldhead->control & SE_GROUP_DEFAULTED; in mergesecurityattr()