Home
last modified time | relevance | path

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

/f-stack/freebsd/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)
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c446 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 …]
/f-stack/freebsd/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)