Searched refs:journal_ref (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/md/bcache/ |
| D | btree.c | 531 static void bch_btree_leaf_dirty(struct btree *b, atomic_t *journal_ref) in bch_btree_leaf_dirty() argument 546 if (journal_ref) { in bch_btree_leaf_dirty() 548 journal_pin_cmp(b->c, w->journal, journal_ref)) { in bch_btree_leaf_dirty() 554 w->journal = journal_ref; in bch_btree_leaf_dirty() 1364 atomic_t *journal_ref, 2211 atomic_t *journal_ref, in bch_btree_insert_node() argument 2235 bch_btree_leaf_dirty(b, journal_ref); in bch_btree_insert_node() 2306 atomic_t *journal_ref; member 2316 op->journal_ref, op->replace_key); in btree_insert_fn() 2324 atomic_t *journal_ref, struct bkey *replace_key) in bch_btree_insert() argument [all …]
|
| D | request.c | 61 atomic_t *journal_ref = NULL; in bch_data_insert_keys() local 78 journal_ref = bch_journal(op->c, &op->insert_keys, in bch_data_insert_keys() 82 journal_ref, replace_key); in bch_data_insert_keys() 90 if (journal_ref) in bch_data_insert_keys() 91 atomic_dec_bug(journal_ref); in bch_data_insert_keys()
|
| D | btree.h | 258 atomic_t *journal_ref, struct bkey *replace_key);
|