Searched refs:pnhead (Results 1 – 3 of 3) sorted by relevance
3877 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in build_inherited_id() local3951 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 …]
2755 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in ntfs_build_descr_posix() local2795 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 …]
2631 SECURITY_DESCRIPTOR_RELATIVE *pnhead; in build_dummy_descr() local2666 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 …]