Home
last modified time | relevance | path

Searched refs:bch2_journal_error (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Djournal_reclaim.c664 if (bch2_journal_error(j)) { in __bch2_journal_reclaim()
813 ret = bch2_journal_error(j); in journal_flush_done()
875 ret = bch2_journal_error(j); in bch2_journal_flush_device_pins()
Dbtree_write_buffer.c280 ret = bch2_journal_error(&c->journal); in bch2_btree_write_buffer_flush_locked()
552 if (bch2_journal_error(&c->journal)) in bch2_btree_write_buffer_flush_going_ro()
825 !bch2_journal_error(&c->journal)); in bch2_fs_btree_write_buffer_exit()
Djournal.c367 if (bch2_journal_error(j)) in journal_entry_open()
503 if (bch2_journal_error(j)) in __journal_res_get()
1201 WARN(!bch2_journal_error(j) && in bch2_fs_journal_stop()
1207 if (!bch2_journal_error(j)) in bch2_fs_journal_stop()
Djournal.h411 static inline int bch2_journal_error(struct journal *j) in bch2_journal_error() function
Dbtree_key_cache.c440 !bch2_journal_error(j), c, in btree_key_cache_flush_pos()
729 !bch2_journal_error(&c->journal) && in bch2_fs_btree_key_cache_exit()
Dfs-io.c421 ret = bch2_journal_error(&c->journal); in bchfs_truncate()
476 !bch2_journal_error(&c->journal), c, in bchfs_truncate()
Dfs-io-direct.c336 dio->op.error = bch2_journal_error(&c->journal); in CLOSURE_CALLBACK()
Dbtree_update_interior.c685 ret = bch2_journal_error(&c->journal); in btree_update_nodes_written()
731 bch2_fs_fatal_err_on(ret && !bch2_journal_error(&c->journal), c, in btree_update_nodes_written()
1236 ret = bch2_journal_error(&c->journal); in bch2_btree_update_start()
Dbtree_trans_commit.c924 int ret = bch2_journal_error(&c->journal) ?: in journal_reclaim_wait_done()
Dbtree_cache.c613 BUG_ON(!bch2_journal_error(&c->journal) && in bch2_fs_btree_cache_exit()
Dsuper.c368 if (!bch2_journal_error(&c->journal) && in bch2_fs_read_only()
Djournal_io.c1935 int error = bch2_journal_error(j); in bch2_journal_write_pick_flush()
Dbtree_io.c2173 if (bch2_journal_error(&c->journal) || in __bch2_btree_node_write()