Lines Matching full:updates
75 return i != trans->updates && in same_leaf_as_prev()
82 return i + 1 < trans->updates + trans->nr_updates && in same_leaf_as_next()
106 while (--i >= trans->updates) { in trans_lock_write_fail()
327 /* Cached btree updates: */
527 unsigned i, sort_id = trans->updates[sort_id_start].sort_order; in bch2_trans_commit_run_triggers()
536 * Running triggers will append more updates to the list of in bch2_trans_commit_run_triggers()
537 * updates as we're walking it: in bch2_trans_commit_run_triggers()
543 i < trans->nr_updates && trans->updates[i].sort_order <= sort_id; in bch2_trans_commit_run_triggers()
545 if (trans->updates[i].sort_order < sort_id) { in bch2_trans_commit_run_triggers()
550 int ret = run_one_trans_trigger(trans, trans->updates + i); in bch2_trans_commit_run_triggers()
796 * been applied yet, and accounting updates also don't overwrite, in bch2_drop_overwrites_from_journal()
821 struct btree_insert_entry *i = trans->updates + idx; in do_bch2_trans_commit()
944 * This is for updates done in the early part of fsck - btree_gc - before we've