Lines Matching defs:offgroup
266 unsigned int offgroup;
277 offgroup = le32_to_cpu(phead->group);
278 if (offgroup >= attrsz) {
280 psid = (const SID*)&attr[offgroup];
281 endsid = offgroup + ntfs_sid_size(psid);
615 unsigned int offgroup;
630 offgroup = le32_to_cpu(phead->group);
644 && (offgroup >= sizeof(SECURITY_DESCRIPTOR_RELATIVE))
645 && ((offgroup + 2) < attrsz)
658 && ntfs_valid_sid((const SID*)&securattr[offgroup])