Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c3877 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in build_inherited_id() local
3951 pnhead = (SECURITY_DESCRIPTOR_RELATIVE*)newattr; in build_inherited_id()
3952 pnhead->revision = SECURITY_DESCRIPTOR_REVISION; in build_inherited_id()
3953 pnhead->alignment = 0; in build_inherited_id()
3954 pnhead->control = (pphead->control in build_inherited_id()
3962 pnhead->dacl = const_cpu_to_le32(0); in build_inherited_id()
3971 pnhead->dacl = cpu_to_le32(pos); in build_inherited_id()
3973 pnhead->control |= SE_DACL_PRESENT; in build_inherited_id()
3979 pnhead->sacl = const_cpu_to_le32(0); in build_inherited_id()
3988 pnhead->sacl = cpu_to_le32(pos); in build_inherited_id()
[all …]
Dacls.c2755 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in ntfs_build_descr_posix() local
2795 pnhead = (SECURITY_DESCRIPTOR_RELATIVE*)newattr; in ntfs_build_descr_posix()
2796 pnhead->revision = SECURITY_DESCRIPTOR_REVISION; in ntfs_build_descr_posix()
2797 pnhead->alignment = 0; in ntfs_build_descr_posix()
2802 pnhead->control = SE_DACL_PRESENT | SE_DACL_PROTECTED in ntfs_build_descr_posix()
2820 pnhead->owner = in ntfs_build_descr_posix()
2823 pnhead->group = in ntfs_build_descr_posix()
2826 pnhead->sacl = const_cpu_to_le32(0); in ntfs_build_descr_posix()
2827 pnhead->dacl = in ntfs_build_descr_posix()
2855 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in ntfs_build_descr() local
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfssecaudit.c2631 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in build_dummy_descr() local
2666 pnhead = (SECURITY_DESCRIPTOR_RELATIVE*) attr; in build_dummy_descr()
2667 pnhead->revision = SECURITY_DESCRIPTOR_REVISION; in build_dummy_descr()
2668 pnhead->alignment = 0; in build_dummy_descr()
2673 pnhead->control = SE_DACL_PRESENT | SE_DACL_PROTECTED in build_dummy_descr()
2713 pnhead->owner = cpu_to_le32(0); in build_dummy_descr()
2714 pnhead->group = cpu_to_le32(0); in build_dummy_descr()
2717 pnhead->owner = cpu_to_le32(pos); in build_dummy_descr()
2721 pnhead->group = cpu_to_le32(pos + usidsz); in build_dummy_descr()
2724 pnhead->sacl = cpu_to_le32(0); in build_dummy_descr()
[all …]