Lines Matching refs:phead
2071 const SECURITY_DESCRIPTOR_RELATIVE *phead;
2097 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)
2100 securattr[le32_to_cpu(phead->group)];
2113 securattr[le32_to_cpu(phead->owner)];
2172 const SECURITY_DESCRIPTOR_RELATIVE *phead;
2196 phead =
2200 securattr[le32_to_cpu(phead->group)];
2205 securattr[le32_to_cpu(phead->owner)];
2304 const SECURITY_DESCRIPTOR_RELATIVE *phead;
2329 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)
2332 securattr[le32_to_cpu(phead->group)];
2341 securattr[le32_to_cpu(phead->owner)];
2441 const SECURITY_DESCRIPTOR_RELATIVE *phead;
2474 phead =
2478 securattr[le32_to_cpu(phead->group)];
2483 securattr[le32_to_cpu(phead->owner)];
2558 const SECURITY_DESCRIPTOR_RELATIVE *phead;
2585 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)
2588 securattr[le32_to_cpu(phead->group)];
2597 securattr[le32_to_cpu(phead->owner)];
3038 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3040 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)
3043 [le32_to_cpu(phead->owner)];
3078 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3118 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)oldattr;
3122 usid = (const SID*)&oldattr[le32_to_cpu(phead->owner)];
3124 gsid = (const SID*)&oldattr[le32_to_cpu(phead->group)];
3254 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3295 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)oldattr;
3299 usid = (const SID*)&oldattr[le32_to_cpu(phead->owner)];
3301 gsid = (const SID*)&oldattr[le32_to_cpu(phead->group)];
3631 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3668 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)
3671 &oldattr[le32_to_cpu(phead->group)];
3676 &oldattr[le32_to_cpu(phead->owner)];
3761 const SECURITY_DESCRIPTOR_RELATIVE *phead;
3800 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)
3803 &oldattr[le32_to_cpu(phead->group)];
3808 &oldattr[le32_to_cpu(phead->owner)];
4250 const SECURITY_DESCRIPTOR_RELATIVE *phead;
4261 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)securattr;
4262 usid = (SID*)&securattr[le32_to_cpu(phead->owner)];
4562 const SECURITY_DESCRIPTOR_RELATIVE *phead;
4584 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
4588 if (phead->dacl && (selection & DACL_SECURITY_INFORMATION)) {
4589 offdacl = le32_to_cpu(phead->dacl);
4598 offowner = le32_to_cpu(phead->owner);
4609 offgroup = le32_to_cpu(phead->group);
4620 if (phead->sacl && (selection & SACL_SECURITY_INFORMATION)) {
4622 offsacl = le32_to_cpu(phead->sacl);
4641 control |= phead->control & SE_OWNER_DEFAULTED;
4643 control |= phead->control & SE_GROUP_DEFAULTED;
4645 control |= phead->control
4651 control |= phead->control
4943 const SECURITY_DESCRIPTOR_RELATIVE *phead;
4952 phead = (const SECURITY_DESCRIPTOR_RELATIVE*)attr;
4956 && !phead->owner
4957 && !(phead->control & SE_OWNER_DEFAULTED))
4959 && !phead->group
4960 && !(phead->control & SE_GROUP_DEFAULTED));
4962 && (phead->control & SE_SELF_RELATIVE)