Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/
HDacl.h73 #define ACL_DEFAULT (0x1000) /* default flag */ macro
75 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
77 #define DEF_USER (ACL_DEFAULT | USER)
79 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
81 #define DEF_GROUP (ACL_DEFAULT | GROUP)
83 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)
85 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/trueos/sys/cddl/contrib/opensolaris/common/acl/
HDacl_common.c568 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
589 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()
691 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1311 ace_list_init(dfacl, ACL_DEFAULT); in ln_ace_to_aent()