Searched refs:DACL_AUTO_INHERITED (Results 1 – 2 of 2) sorted by relevance
893 if ((pntsd_type & (DACL_AUTO_INHERITED | DACL_AUTO_INHERIT_REQ)) ==894 (DACL_AUTO_INHERITED | DACL_AUTO_INHERIT_REQ))895 pntsd->type |= cpu_to_le16(DACL_AUTO_INHERITED); in build_sec_desc() 1062 if (pntsd_type & DACL_AUTO_INHERITED) in smb_inherit_dacl() 1153 if (le16_to_cpu(parent_pntsd->type) & DACL_AUTO_INHERITED) in smb_inherit_dacl() 1154 pntsd->type |= cpu_to_le16(DACL_AUTO_INHERITED); in smb_inherit_dacl()
58 #define DACL_AUTO_INHERITED 0x0400 macro