Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDacl.h69 #define USER_OBJ (0x01) /* object owner */ macro
77 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
/NextBSD/sys/cddl/contrib/opensolaris/common/acl/
HDacl_common.c586 isdir, aclent[i].a_type & USER_OBJ, 1); in ln_aent_to_ace()
602 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace()
1070 } else if (dest->a_type & USER_OBJ) { in acevals_to_aent()
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent()
1096 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent()
1121 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent()
1354 acl->seen |= USER_OBJ; in ln_ace_to_aent()
1356 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()