Home
last modified time | relevance | path

Searched refs:oldhead (Results 1 – 1 of 1) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c4714 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()
[all …]