Searched refs:journal_ref (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | btree.c | 525 static void bch_btree_leaf_dirty(struct btree *b, atomic_t *journal_ref) in bch_btree_leaf_dirty() argument 540 if (journal_ref) { in bch_btree_leaf_dirty() 542 journal_pin_cmp(b->c, w->journal, journal_ref)) { in bch_btree_leaf_dirty() 548 w->journal = journal_ref; in bch_btree_leaf_dirty() 1317 atomic_t *journal_ref, 2164 atomic_t *journal_ref, in bch_btree_insert_node() argument 2188 bch_btree_leaf_dirty(b, journal_ref); in bch_btree_insert_node() 2259 atomic_t *journal_ref; member 2269 op->journal_ref, op->replace_key); in btree_insert_fn() 2277 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 | 256 atomic_t *journal_ref, struct bkey *replace_key);
|