Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c135 int aent_type; member
1033 dest->a_type = vals->aent_type; in acevals_to_aent()
1087 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent()
1102 if (!(vals->aent_type & USER)) { in ace_list_to_aent()
1113 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent()
1126 if (!(vals->aent_type & GROUP)) { in ace_list_to_aent()
1163 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1322 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
1327 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
1345 vals->aent_type = GROUP | acl->dfacl_flag; in ln_ace_to_aent()
[all …]