Home
last modified time | relevance | path

Searched refs:bch2_journal_res_get (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Djournal.h369 static inline int bch2_journal_res_get(struct journal *j, struct journal_res *res, in bch2_journal_res_get() function
Djournal.c717 ret = bch2_journal_res_get(j, &res, jset_u64s(0), 0); in bch2_journal_flush_seq_async()
842 ret = bch2_journal_res_get(j, &res, jset_u64s(0), 0); in bch2_journal_meta()
Dbtree_trans_commit.c350 return bch2_journal_res_get(&trans->c->journal, &trans->journal_res, in bch2_trans_journal_res_get()