Searched refs:DACL_PRESENT (Results 1 – 2 of 2) sorted by relevance
25 #define DACL_PRESENT 0x0004 macro
873 if (!(pntsd_type & DACL_PRESENT)) { in parse_sec_desc() 874 ksmbd_debug(SMB, "DACL_PRESENT in DACL type is not set\n"); in parse_sec_desc() 878 pntsd->type = cpu_to_le16(DACL_PRESENT); in parse_sec_desc() 1031 pntsd->type |= cpu_to_le16(DACL_PRESENT); in build_sec_desc() 1315 pntsd->type = cpu_to_le16(SELF_RELATIVE | DACL_PRESENT); in smb_inherit_dacl() 1627 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec()