Searched refs:journal_ref (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dbtree.c475 static void bch_btree_leaf_dirty(struct btree *b, atomic_t *journal_ref) argument
495 if (journal_ref) {
497 journal_pin_cmp(b->c, w->journal, journal_ref)) {
503 w->journal = journal_ref;
1358 atomic_t *journal_ref,
2370 atomic_t *journal_ref,
2394 bch_btree_leaf_dirty(b, journal_ref);
2465 atomic_t *journal_ref; member in struct:btree_insert_op
2475 op->journal_ref, op->replace_key);
2483 atomic_t *journal_ref, struc
2368 bch_btree_insert_node(struct btree *b, struct btree_op *op, struct keylist *insert_keys, atomic_t *journal_ref, struct bkey *replace_key) argument
2482 bch_btree_insert(struct cache_set *c, struct keylist *keys, atomic_t *journal_ref, struct bkey *replace_key) argument
[all...]
H A Drequest.c61 atomic_t *journal_ref = NULL; local
66 journal_ref = bch_journal(op->c, &op->insert_keys,
70 journal_ref, replace_key);
78 if (journal_ref)
79 atomic_dec_bug(journal_ref);
H A Dbtree.h278 atomic_t *journal_ref, struct bkey *replace_key);

Completed in 101 milliseconds