Searched refs:bch2_trans_commit_do (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | tests.c | 457 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in insert_test_overlapping_extent() 517 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in test_snapshots()
|
| A D | btree_update.c | 658 return bch2_trans_commit_do(c, disk_res, NULL, flags, in bch2_btree_insert() 882 ret = bch2_trans_commit_do(c, NULL, NULL, commit_flags, in __bch2_fs_log_msg()
|
| A D | btree_update.h | 252 #define bch2_trans_commit_do(_c, _disk_res, _journal_seq, _flags, _do) \ macro
|
| A D | subvolume.c | 742 int ret = bch2_trans_commit_do(c, NULL, NULL, BCH_TRANS_COMMIT_no_enospc, in bch2_fs_upgrade_for_subvolumes()
|
| A D | rebalance.c | 272 int ret = bch2_trans_commit_do(c, NULL, NULL, in bch2_set_rebalance_needs_scan()
|
| A D | quota.c | 872 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in bch2_set_quota()
|
| A D | fs-io.c | 229 int ret = bch2_trans_commit_do(c, NULL, NULL, 0, in bch2_flush_inode()
|
| A D | recovery.c | 1267 ret = bch2_trans_commit_do(c, NULL, NULL, 0, in bch2_fs_initialize()
|
| A D | io_read.c | 757 bch2_trans_commit_do(rbio->c, NULL, NULL, BCH_TRANS_COMMIT_no_enospc, in bch2_rbio_narrow_crcs()
|
| A D | super.c | 2141 return bch2_trans_commit_do(ca->fs, NULL, NULL, 0, in __bch2_dev_resize_alloc()
|
| A D | ec.c | 1354 ret = bch2_trans_commit_do(c, &s->res, NULL, in ec_stripe_create()
|
| A D | fsck.c | 2567 int ret = bch2_trans_commit_do(c, NULL, NULL, BCH_TRANS_COMMIT_no_enospc, in bch2_check_root()
|
Completed in 39 milliseconds