Lines Matching refs:upper
1675 struct user_datum *upper, *user; in user_bounds_sanity_check() local
1679 upper = user = datum; in user_bounds_sanity_check()
1680 while (upper->bounds) { in user_bounds_sanity_check()
1691 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()
1693 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check()
1701 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check()
1712 struct role_datum *upper, *role; in role_bounds_sanity_check() local
1716 upper = role = datum; in role_bounds_sanity_check()
1717 while (upper->bounds) { in role_bounds_sanity_check()
1728 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()
1730 if (ebitmap_get_bit(&upper->types, bit)) in role_bounds_sanity_check()
1738 sym_name(p, SYM_ROLES, upper->value - 1)); in role_bounds_sanity_check()
1749 struct type_datum *upper; in type_bounds_sanity_check() local
1753 upper = datum; in type_bounds_sanity_check()
1754 while (upper->bounds) { in type_bounds_sanity_check()
1762 upper = flex_array_get_ptr(p->type_val_to_struct_array, in type_bounds_sanity_check()
1763 upper->bounds - 1); in type_bounds_sanity_check()
1764 BUG_ON(!upper); in type_bounds_sanity_check()
1766 if (upper->attribute) { in type_bounds_sanity_check()
1770 sym_name(p, SYM_TYPES, upper->value - 1)); in type_bounds_sanity_check()