Home
last modified time | relevance | path

Searched refs:DACL_PRESENT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmbacl.h50 #define DACL_PRESENT 0x0004 macro
H A Dsmbacl.c843 if (!(pntsd_type & DACL_PRESENT)) { in parse_sec_desc()
848 pntsd->type = cpu_to_le16(DACL_PRESENT); in parse_sec_desc()
949 pntsd->type |= cpu_to_le16(DACL_PRESENT); in build_sec_desc()
1136 pntsd->type = cpu_to_le16(SELF_RELATIVE | DACL_PRESENT); in smb_inherit_dacl()
1437 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec()