Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal.h370 static inline int bch2_journal_res_get(struct journal *j, struct journal_res *res, in bch2_journal_res_get() function
H A Djournal.c766 ret = bch2_journal_res_get(j, &res, jset_u64s(0), 0, NULL); in bch2_journal_flush_seq_async()
888 int ret = bch2_journal_res_get(j, &res, jset_u64s(0), 0, NULL); in __bch2_journal_meta()
H A Dbtree_trans_commit.c350 return bch2_journal_res_get(&trans->c->journal, &trans->journal_res, in bch2_trans_journal_res_get()