Lines Matching refs:bounds
377 || role->bounds > p->p_roles.nprim) in role_index()
400 || typdatum->bounds > p->p_types.nprim) in type_index()
426 || usrdatum->bounds > p->p_users.nprim) in user_index()
1429 role->bounds = le32_to_cpu(buf[2]); in role_read()
1493 typdatum->bounds = le32_to_cpu(buf[3]); in type_read()
1561 usrdatum->bounds = le32_to_cpu(buf[2]); in user_read()
1684 while (upper->bounds) { in user_bounds_sanity_check()
1695 upper = p->user_val_to_struct[upper->bounds - 1]; in user_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()
1758 while (upper->bounds) { in type_bounds_sanity_check()
1767 upper->bounds - 1); in type_bounds_sanity_check()
2941 buf[items++] = cpu_to_le32(role->bounds); in role_write()
2989 buf[items++] = cpu_to_le32(typdatum->bounds); in type_write()
3021 buf[items++] = cpu_to_le32(usrdatum->bounds); in user_write()