Home
last modified time | relevance | path

Searched refs:DACL_AUTO_INHERITED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmbacl.h58 #define DACL_AUTO_INHERITED 0x0400 macro
H A Dsmbacl.c880 if ((pntsd_type & (DACL_AUTO_INHERITED | DACL_AUTO_INHERIT_REQ)) == in parse_sec_desc()
881 (DACL_AUTO_INHERITED | DACL_AUTO_INHERIT_REQ)) in parse_sec_desc()
882 pntsd->type |= cpu_to_le16(DACL_AUTO_INHERITED); in parse_sec_desc()
1046 if (pntsd_type & DACL_AUTO_INHERITED) in smb_inherit_dacl()
1137 if (le16_to_cpu(parent_pntsd->type) & DACL_AUTO_INHERITED) in smb_inherit_dacl()
1138 pntsd->type |= cpu_to_le16(DACL_AUTO_INHERITED); in smb_inherit_dacl()

Completed in 3 milliseconds