Home
last modified time | relevance | path

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

/fs/smb/server/
A Dsmbacl.h25 #define DACL_PRESENT 0x0004 macro
A Dsmbacl.c858 if (!(pntsd_type & DACL_PRESENT)) { in parse_sec_desc()
863 pntsd->type = cpu_to_le16(DACL_PRESENT); in parse_sec_desc()
973 pntsd->type |= cpu_to_le16(DACL_PRESENT); in build_sec_desc()
1167 pntsd->type = cpu_to_le16(SELF_RELATIVE | DACL_PRESENT); in smb_inherit_dacl()
1471 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec()

Completed in 8 milliseconds