owner_type         48 source3/smbd/posix_acls.c 	enum ace_owner owner_type;
owner_type        118 source3/smbd/posix_acls.c 	enum ace_owner owner_type;
owner_type        136 source3/smbd/posix_acls.c 	switch (paie->owner_type) {
owner_type        156 source3/smbd/posix_acls.c 	switch (ace_entry->owner_type) {
owner_type        213 source3/smbd/posix_acls.c 		uint8_t type_val = (uint8_t)ace_list->owner_type;
owner_type        223 source3/smbd/posix_acls.c 		uint8_t type_val = (uint8_t)ace_list->owner_type;
owner_type        308 source3/smbd/posix_acls.c 		if (ace_entry->owner_type == paie->owner_type &&
owner_type        385 source3/smbd/posix_acls.c 	paie->owner_type = (enum ace_owner)CVAL(entry_offset,0);
owner_type        386 source3/smbd/posix_acls.c 	switch( paie->owner_type) {
owner_type        773 source3/smbd/posix_acls.c 	if (pace->owner_type == UID_ACE) {
owner_type        776 source3/smbd/posix_acls.c 	} else if (pace->owner_type == GID_ACE) {
owner_type        900 source3/smbd/posix_acls.c 	if (ace1->owner_type == ace2->owner_type) {
owner_type        901 source3/smbd/posix_acls.c 		if (ace1->owner_type == UID_ACE &&
owner_type        904 source3/smbd/posix_acls.c 		} else if (ace1->owner_type == GID_ACE &&
owner_type       1371 source3/smbd/posix_acls.c 		pace->owner_type = UID_ACE;
owner_type       1416 source3/smbd/posix_acls.c 		pace->owner_type = GID_ACE;
owner_type       1442 source3/smbd/posix_acls.c 		pace->owner_type = WORLD_ACE;
owner_type       1486 source3/smbd/posix_acls.c 		if (!got_user_obj && current_ace->owner_type == UID_ACE &&
owner_type       1491 source3/smbd/posix_acls.c 		if (!got_group_obj && current_ace->owner_type == GID_ACE &&
owner_type       1623 source3/smbd/posix_acls.c 			current_ace->owner_type = WORLD_ACE;
owner_type       1627 source3/smbd/posix_acls.c 			current_ace->owner_type = UID_ACE;
owner_type       1640 source3/smbd/posix_acls.c 			current_ace->owner_type = GID_ACE;
owner_type       1653 source3/smbd/posix_acls.c 			current_ace->owner_type = UID_ACE;
owner_type       1662 source3/smbd/posix_acls.c 			current_ace->owner_type = GID_ACE;
owner_type       1979 source3/smbd/posix_acls.c 		SMB_ASSERT(curr_ace->owner_type == WORLD_ACE);
owner_type       2030 source3/smbd/posix_acls.c 		if (curr_ace->owner_type != UID_ACE)
owner_type       2053 source3/smbd/posix_acls.c 			if (allow_ace_p->owner_type == UID_ACE)
owner_type       2081 source3/smbd/posix_acls.c 		if (curr_ace->owner_type != GID_ACE)
owner_type       2090 source3/smbd/posix_acls.c 			if (allow_ace_p->owner_type == WORLD_ACE)
owner_type       2095 source3/smbd/posix_acls.c 			if (allow_ace_p->owner_type != UID_ACE)
owner_type       2135 source3/smbd/posix_acls.c 		if (curr_ace->owner_type != UID_ACE)
owner_type       2145 source3/smbd/posix_acls.c 			if (allow_ace_p->owner_type != GID_ACE)
owner_type       2389 source3/smbd/posix_acls.c 		enum ace_owner owner_type;
owner_type       2406 source3/smbd/posix_acls.c 				owner_type = UID_ACE;
owner_type       2428 source3/smbd/posix_acls.c 					owner_type = UID_ACE;
owner_type       2436 source3/smbd/posix_acls.c 				owner_type = GID_ACE;
owner_type       2447 source3/smbd/posix_acls.c 					owner_type = GID_ACE;
owner_type       2458 source3/smbd/posix_acls.c 				owner_type = WORLD_ACE;
owner_type       2478 source3/smbd/posix_acls.c 		ace->owner_type = owner_type;
owner_type       2876 source3/smbd/posix_acls.c 		if (ace_p->owner_type == UID_ACE)
owner_type       2878 source3/smbd/posix_acls.c 		else if (ace_p->owner_type == GID_ACE)
owner_type       2880 source3/smbd/posix_acls.c 		else if (ace_p->owner_type == WORLD_ACE)