Lines Matching refs:uid1
426 else if (updates[idx].uid1 > seq)
447 i_assert(idx == 0 || updates[idx-1].uid2 < u.uid1);
448 i_assert(idx == count || updates[idx].uid2 >= u.uid1);
452 for (; idx < count && u.uid2 >= updates[idx].uid1; idx++) {
453 i_assert(u.uid1 <= updates[idx].uid2);
454 if (u.uid1 != updates[idx].uid1 &&
457 if (u.uid1 < updates[idx].uid1) {
460 tmp_update.uid2 = updates[idx].uid1 - 1;
464 tmp_update.uid2 = u.uid1 - 1;
465 updates[idx].uid1 = u.uid1;
468 i_assert(tmp_update.uid1 <= tmp_update.uid2);
469 i_assert(updates[idx].uid1 <= updates[idx].uid2);
474 } else if (u.uid1 < updates[idx].uid1) {
475 updates[idx].uid1 = u.uid1;
484 updates[idx].uid1 = u.uid2 + 1;
486 i_assert(tmp_update.uid1 <= tmp_update.uid2);
487 i_assert(updates[idx].uid1 <= updates[idx].uid2);
499 u.uid1 = updates[idx].uid2 + 1;
508 if (u.uid1 > u.uid2) {
516 if (u.uid1 <= u.uid2) {
517 i_assert(idx == 0 || updates[idx-1].uid2 < u.uid1);
518 i_assert(idx == count || updates[idx].uid1 > u.uid2);
528 if (updates[idx].uid2 + 1 == updates[idx+1].uid1 &&
593 u.uid1 = seq1;
628 last_update[1].uid1 > seq2)) {
655 count, u.uid1);
1250 if (seq < updates[i].uid1)
1255 if (updates[i].uid1 == seq) {
1257 updates[i].uid1++;
1267 tmp_update.uid1 = seq+1;