Home
last modified time | relevance | path

Searched refs:INHERIT_ONLY_ACE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifsacl.h109 #define INHERIT_ONLY_ACE 0x08 macro
/openbmc/linux/fs/smb/server/
H A Dsmbacl.h91 #define INHERIT_ONLY_ACE 0x08 macro
H A Dsmbacl.c1081 flags &= ~(INHERIT_ONLY_ACE | INHERITED_ACE); in smb_inherit_dacl()
1083 flags |= INHERIT_ONLY_ACE; in smb_inherit_dacl()
1109 flags |= INHERIT_ONLY_ACE; in smb_inherit_dacl()
/openbmc/linux/fs/ntfs/
H A Dlayout.h1385 INHERIT_ONLY_ACE = 0x08, enumerator