Searched refs:ACL_DEFAULT (Results 1 – 3 of 3) sorted by relevance
70 #define ACL_DEFAULT (0x1000) /* default flag */ macro72 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)74 #define DEF_USER (ACL_DEFAULT | USER)76 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)78 #define DEF_GROUP (ACL_DEFAULT | GROUP)80 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)82 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
65 #define ACL_DEFAULT (0x1000) /* default flag */ macro67 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)69 #define DEF_USER (ACL_DEFAULT | USER)71 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)73 #define DEF_GROUP (ACL_DEFAULT | GROUP)75 #define DEF_CLASS_OBJ (ACL_DEFAULT | CLASS_OBJ)77 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
534 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()555 if (aclent[i].a_type & ACL_DEFAULT) { in ln_aent_to_ace()657 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()1277 ace_list_init(dfacl, ACL_DEFAULT); in ln_ace_to_aent()