Searched refs:GROUP_OBJ (Results 1 – 3 of 3) sorted by relevance
66 #define GROUP_OBJ (0x04) /* owning group of the object */ macro76 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
446 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) in ln_aent_preprocess()521 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { in ln_aent_to_ace()524 if (aclent[i].a_type & GROUP_OBJ) { in ln_aent_to_ace()577 } else if (aclent[i].a_type & (GROUP_OBJ | GROUP)) { in ln_aent_to_ace()578 if (aclent[i].a_type & GROUP_OBJ) { in ln_aent_to_ace()1026 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent()1038 } else if (dest->a_type & GROUP_OBJ) { in acevals_to_aent()1062 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent()1113 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent()1334 acl->seen |= GROUP_OBJ; in ln_ace_to_aent()[all …]
61 #define GROUP_OBJ (0x04) /* owning group of the object */ macro71 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)