Lines Matching refs:bounds
373 || role->bounds > p->p_roles.nprim) in role_index()
396 || typdatum->bounds > p->p_types.nprim) in type_index()
422 || usrdatum->bounds > p->p_users.nprim) in user_index()
1425 role->bounds = le32_to_cpu(buf[2]); in role_read()
1489 typdatum->bounds = le32_to_cpu(buf[3]); in type_read()
1557 usrdatum->bounds = le32_to_cpu(buf[2]); in user_read()
1680 while (upper->bounds) { in user_bounds_sanity_check()
1691 upper = p->user_val_to_struct[upper->bounds - 1]; in user_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()
1754 while (upper->bounds) { in type_bounds_sanity_check()
1763 upper->bounds - 1); in type_bounds_sanity_check()
2937 buf[items++] = cpu_to_le32(role->bounds); in role_write()
2985 buf[items++] = cpu_to_le32(typdatum->bounds); in type_write()
3017 buf[items++] = cpu_to_le32(usrdatum->bounds); in user_write()