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.c133 int aent_type; member
1025 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent()
1032 dest->a_type = vals->aent_type; in acevals_to_aent()
1086 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent()
1101 if (!(vals->aent_type & USER)) { in ace_list_to_aent()
1112 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent()
1125 if (!(vals->aent_type & GROUP)) { in ace_list_to_aent()
1162 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1321 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
1326 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
[all …]