Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acl/
H A Dacl_common.c136 int aent_type; member
1067 dest->a_type = vals->aent_type; in acevals_to_aent()
1120 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent()
1135 if (!(vals->aent_type & USER)) { in ace_list_to_aent()
1146 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent()
1159 if (!(vals->aent_type & GROUP)) { in ace_list_to_aent()
1196 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1355 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
1360 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
1378 vals->aent_type = GROUP | acl->dfacl_flag; in ln_ace_to_aent()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c1217 dest->a_type = vals->aent_type; in ace4vals_to_aent()
1290 ASSERT(list->user_obj.aent_type & USER_OBJ); in ace4_list_to_aent()
1301 ASSERT(vals->aent_type & USER); in ace4_list_to_aent()
1309 ASSERT(list->group_obj.aent_type & GROUP_OBJ); in ace4_list_to_aent()
1319 ASSERT(vals->aent_type & GROUP); in ace4_list_to_aent()
1353 ASSERT(list->other_obj.aent_type & OTHER_OBJ); in ace4_list_to_aent()
1465 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace4_to_aent()
1472 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace4_to_aent()
1484 vals->aent_type = GROUP_OBJ | acl->dfacl_flag; in ln_ace4_to_aent()
1497 vals->aent_type = GROUP | acl->dfacl_flag; in ln_ace4_to_aent()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h468 int aent_type; member