Home
last modified time | relevance | path

Searched refs:journal_key (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_journal_iter.h34 const struct journal_key *r) in __journal_key_cmp()
41 static inline int journal_key_cmp(const struct journal_key *l, const struct journal_key *r) in journal_key_cmp()
Dbtree_journal_iter.c28 static inline struct journal_key *idx_to_key(struct journal_keys *keys, size_t idx) in idx_to_key()
70 struct journal_key *k; in bch2_journal_keys_peek_upto()
127 struct journal_key *k = keys->data + iter->idx; in journal_iter_verify()
140 struct journal_key *new_key = &keys->data[keys->gap - 1]; in journal_iters_fix()
176 struct journal_key n = { in bch2_journal_key_insert_take()
320 struct journal_key *k = iter->keys->data + iter->idx; in bch2_journal_iter_peek()
499 const struct journal_key *l = _l; in journal_sort_key_cmp()
500 const struct journal_key *r = _r; in journal_sort_key_cmp()
535 struct journal_key *dst = keys->data; in __journal_keys_sort()
570 struct journal_key n = (struct journal_key) { in bch2_journal_keys_sort()
Drecovery.c139 struct journal_key *k) in bch2_journal_replay_accounting_key()
178 struct journal_key *k) in bch2_journal_replay_key()
240 const struct journal_key *l = *((const struct journal_key **)_l); in journal_sort_seq_cmp()
241 const struct journal_key *r = *((const struct journal_key **)_r); in journal_sort_seq_cmp()
255 DARRAY(struct journal_key *) keys_sorted = { 0 }; in bch2_journal_replay()
343 struct journal_key *k = *kp; in bch2_journal_replay()
Dbcachefs.h656 struct journal_key { struct
Ddisk_accounting.c713 struct journal_key *dst = keys->data; in bch2_accounting_read()