DACL_PRESENT
pntsd->type |= cpu_to_le16(DACL_PRESENT);
pntsd->type = cpu_to_le16(SELF_RELATIVE | DACL_PRESENT);
if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT))
if (!(pntsd_type & DACL_PRESENT)) {
pntsd->type = cpu_to_le16(DACL_PRESENT);