Searched refs:expr_type (Results 1 – 5 of 5) sorted by relevance
28 u32 expr_type; /* expression type */ member
34 switch (cur->expr_type) { in cond_evaluate_expr()387 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_isvalid()425 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()576 buf[0] = cpu_to_le32(cur_expr->expr_type); in cond_write_node()
33 __u32 expr_type; member
1253 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()1257 switch (e->expr_type) { in read_cons_helper()2805 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()2812 switch (e->expr_type) { in write_cons_helper()
286 switch (e->expr_type) { in constraint_expr_eval()