Home
last modified time | relevance | path

Searched refs:GROUP_OBJ (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c148 case GROUP_OBJ: in acl_match()
392 { GROUP_OBJ, -1, 4 | 2 | 1 },
478 { GROUP_OBJ, -1, 4 | 2 | 1},
535 { GROUP_OBJ, -1, 4 | 1 },
541 { GROUP_OBJ | ACL_DEFAULT, -1, 4 | 1 },
/freebsd/include/rpcsvc/
H A Dnis_object.x103 GROUP_OBJ = 3, /* Group object (a list of names) */ enumerator
264 case GROUP_OBJ :
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c445 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) in ln_aent_preprocess()
520 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { in ln_aent_to_ace()
523 if (aclent[i].a_type & GROUP_OBJ) { in ln_aent_to_ace()
576 } else if (aclent[i].a_type & (GROUP_OBJ | GROUP)) { in ln_aent_to_ace()
577 if (aclent[i].a_type & GROUP_OBJ) { in ln_aent_to_ace()
1025 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent()
1037 } else if (dest->a_type & GROUP_OBJ) { in acevals_to_aent()
1061 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent()
1112 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent()
1333 acl->seen |= GROUP_OBJ; in ln_ace_to_aent()
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h66 #define GROUP_OBJ (0x04) /* owning group of the object */ macro
76 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h61 #define GROUP_OBJ (0x04) /* owning group of the object */ macro
71 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2906 { GROUP_OBJ, -1, 4 | 2 | 1 }, in setTestAcl()