Lines Matching refs:upper
1679 struct user_datum *upper, *user; in user_bounds_sanity_check() local
1683 upper = user = datum; in user_bounds_sanity_check()
1684 while (upper->bounds) { in user_bounds_sanity_check()
1695 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()
1697 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check()
1705 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check()
1716 struct role_datum *upper, *role; in role_bounds_sanity_check() local
1720 upper = role = datum; in role_bounds_sanity_check()
1721 while (upper->bounds) { in role_bounds_sanity_check()
1732 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()
1734 if (ebitmap_get_bit(&upper->types, bit)) in role_bounds_sanity_check()
1742 sym_name(p, SYM_ROLES, upper->value - 1)); in role_bounds_sanity_check()
1753 struct type_datum *upper; in type_bounds_sanity_check() local
1757 upper = datum; in type_bounds_sanity_check()
1758 while (upper->bounds) { in type_bounds_sanity_check()
1766 upper = flex_array_get_ptr(p->type_val_to_struct_array, in type_bounds_sanity_check()
1767 upper->bounds - 1); in type_bounds_sanity_check()
1768 BUG_ON(!upper); in type_bounds_sanity_check()
1770 if (upper->attribute) { in type_bounds_sanity_check()
1774 sym_name(p, SYM_TYPES, upper->value - 1)); in type_bounds_sanity_check()