Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c124 int aent_type; member
1016 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent()
1023 dest->a_type = vals->aent_type; in acevals_to_aent()
1077 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent()
1092 if (!(vals->aent_type & USER)) { in ace_list_to_aent()
1103 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent()
1116 if (!(vals->aent_type & GROUP)) { in ace_list_to_aent()
1153 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1304 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
1309 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
[all …]