Lines Matching refs:bounds
372 || role->bounds > p->p_roles.nprim) in role_index()
395 || typdatum->bounds > p->p_types.nprim) in type_index()
421 || usrdatum->bounds > p->p_users.nprim) in user_index()
1424 role->bounds = le32_to_cpu(buf[2]); in role_read()
1488 typdatum->bounds = le32_to_cpu(buf[3]); in type_read()
1556 usrdatum->bounds = le32_to_cpu(buf[2]); in user_read()
1679 while (upper->bounds) { in user_bounds_sanity_check()
1690 upper = p->user_val_to_struct[upper->bounds - 1]; in user_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()
1753 while (upper->bounds) { in type_bounds_sanity_check()
1762 upper->bounds - 1); in type_bounds_sanity_check()
2936 buf[items++] = cpu_to_le32(role->bounds); in role_write()
2984 buf[items++] = cpu_to_le32(typdatum->bounds); in type_write()
3016 buf[items++] = cpu_to_le32(usrdatum->bounds); in user_write()