Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c3869 const SECURITY_DESCRIPTOR_RELATIVE *pphead; in build_inherited_id() local
3889 pphead = (const SECURITY_DESCRIPTOR_RELATIVE*)parentattr; in build_inherited_id()
3925 offowner = le32_to_cpu(pphead->owner); in build_inherited_id()
3932 offgroup = le32_to_cpu(pphead->group); in build_inherited_id()
3954 pnhead->control = (pphead->control in build_inherited_id()
3963 if (pphead->dacl) { in build_inherited_id()
3964 offpacl = le32_to_cpu(pphead->dacl); in build_inherited_id()
3968 fordir, pphead->control in build_inherited_id()
3980 if (pphead->sacl) { in build_inherited_id()
3981 offpacl = le32_to_cpu(pphead->sacl); in build_inherited_id()
[all …]