Searched refs:bch2_trans_commit_do (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | btree_update.h | 195 #define bch2_trans_commit_do(_c, _disk_res, _journal_seq, _flags, _do) \ macro
|
D | btree_update.c | 671 return bch2_trans_commit_do(c, disk_res, NULL, flags, in bch2_btree_insert() 868 ret = bch2_trans_commit_do(c, NULL, NULL, in __bch2_fs_log_msg()
|
D | tests.c | 453 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in insert_test_overlapping_extent() 513 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in test_snapshots()
|
D | rebalance.c | 73 int ret = bch2_trans_commit_do(c, NULL, NULL, in bch2_set_rebalance_needs_scan()
|
D | subvolume.c | 678 int ret = bch2_trans_commit_do(c, NULL, NULL, BCH_TRANS_COMMIT_lazy_rw, in bch2_fs_upgrade_for_subvolumes()
|
D | quota.c | 872 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in bch2_set_quota()
|
D | recovery.c | 1109 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in bch2_fs_initialize()
|
D | io_read.c | 561 bch2_trans_commit_do(rbio->c, NULL, NULL, BCH_TRANS_COMMIT_no_enospc, in bch2_rbio_narrow_crcs()
|
D | ec.c | 1189 int ret = bch2_trans_commit_do(c, NULL, NULL, BCH_TRANS_COMMIT_no_enospc, in ec_stripe_delete_work() 1522 ret = bch2_trans_commit_do(c, &s->res, NULL, in ec_stripe_create()
|
D | super.c | 1976 ret = bch2_trans_commit_do(ca->fs, NULL, NULL, 0, in bch2_dev_resize()
|
D | alloc_background.c | 1980 int ret = bch2_trans_commit_do(c, NULL, NULL, in bch2_do_discards_fast_work()
|
D | fsck.c | 2685 int ret = bch2_trans_commit_do(c, NULL, NULL, BCH_TRANS_COMMIT_no_enospc, in bch2_check_root()
|