Lines Matching refs:upper
1674 struct user_datum *upper, *user; in user_bounds_sanity_check() local
1678 upper = user = datum; in user_bounds_sanity_check()
1679 while (upper->bounds) { in user_bounds_sanity_check()
1690 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()
1692 if (ebitmap_get_bit(&upper->roles, bit)) in user_bounds_sanity_check()
1700 sym_name(p, SYM_USERS, upper->value - 1)); in user_bounds_sanity_check()
1711 struct role_datum *upper, *role; in role_bounds_sanity_check() local
1715 upper = role = datum; in role_bounds_sanity_check()
1716 while (upper->bounds) { in role_bounds_sanity_check()
1727 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()
1729 if (ebitmap_get_bit(&upper->types, bit)) in role_bounds_sanity_check()
1737 sym_name(p, SYM_ROLES, upper->value - 1)); in role_bounds_sanity_check()
1748 struct type_datum *upper; in type_bounds_sanity_check() local
1752 upper = datum; in type_bounds_sanity_check()
1753 while (upper->bounds) { in type_bounds_sanity_check()
1761 upper = flex_array_get_ptr(p->type_val_to_struct_array, in type_bounds_sanity_check()
1762 upper->bounds - 1); in type_bounds_sanity_check()
1763 BUG_ON(!upper); in type_bounds_sanity_check()
1765 if (upper->attribute) { in type_bounds_sanity_check()
1769 sym_name(p, SYM_TYPES, upper->value - 1)); in type_bounds_sanity_check()