Home
last modified time | relevance | path

Searched refs:nr_updates (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
A Dbtree_trans_commit.c82 return i + 1 < trans->updates + trans->nr_updates && in same_leaf_as_next()
535 i < trans->nr_updates && trans->updates[i].btree_id <= btree_id; in run_btree_triggers()
568 while (btree_id_start < trans->nr_updates && in bch2_trans_commit_run_triggers()
577 for (unsigned idx = 0; idx < trans->nr_updates; idx++) { in bch2_trans_commit_run_triggers()
876 for (unsigned idx = 0; idx < trans->nr_updates; idx++) { in do_bch2_trans_commit()
1053 if (!trans->nr_updates && in __bch2_trans_commit()
A Dbtree_update.h200 (_i) < (_trans)->updates + (_trans)->nr_updates; \
208 trans->nr_updates = 0; in bch2_trans_reset_updates()
A Dbtree_update.c395 EBUG_ON(trans->nr_updates >= trans->nr_paths); in bch2_trans_update_by_path()
419 for (i = trans->updates; i < trans->updates + trans->nr_updates; i++) { in bch2_trans_update_by_path()
425 bool overwrite = !cmp && i < trans->updates + trans->nr_updates; in bch2_trans_update_by_path()
437 array_insert_item(trans->updates, trans->nr_updates, in bch2_trans_update_by_path()
A Dtrace.h1460 __field(btree_path_idx_t, nr_updates )
1470 __entry->nr_updates = trans->nr_updates;
1482 __entry->nr_updates)
A Dbtree_types.h495 btree_path_idx_t nr_updates; member
A Dbtree_iter.c1447 trans->nr_updates, trans->fn, trans->journal_res.seq); in bch2_trans_updates_to_text()
2247 trans->nr_updates)) in __bch2_btree_iter_peek()
2507 trans->nr_updates)) in bch2_btree_iter_peek_prev()
2640 trans->nr_updates)) { in bch2_btree_iter_peek_slot()
3269 trans->nr_updates = 0; in bch2_trans_put()
A Dbtree_gc.c639 if (trans->nr_updates) { in bch2_gc_mark_key()

Completed in 27 milliseconds