Home
last modified time | relevance | path

Searched refs:__bch2_journal_buf_put (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Djournal.h270 static inline void __bch2_journal_buf_put(struct journal *j, unsigned idx, u64 seq) in __bch2_journal_buf_put() function
H A Djournal.c301 __bch2_journal_buf_put(j, old.idx, le64_to_cpu(buf->data->seq)); in __journal_entry_close()