Searched refs:get_heap_comp_val (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ubifs/
H A Dlprops.c22 * get_heap_comp_val - get the LEB properties value for heap comparisons.
26 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) function
58 val1 = get_heap_comp_val(lprops, cat);
63 val2 = get_heap_comp_val(heap->arr[ppos], cat);
92 val1 = get_heap_comp_val(lprops, cat);
97 val2 = get_heap_comp_val(heap->arr[ppos], cat);
109 val2 = get_heap_comp_val(heap->arr[ppos], cat);
123 val2 = get_heap_comp_val(heap->arr[cpos], cat);
127 val3 = get_heap_comp_val(heap->arr[cpos + 1],
143 val3 = get_heap_comp_val(hea
[all...]

Completed in 96 milliseconds