Home
last modified time | relevance | path

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

/drivers/md/bcache/
A Dbtree.c474 static void bch_btree_leaf_dirty(struct btree *b, atomic_t *journal_ref) in bch_btree_leaf_dirty() argument
494 if (journal_ref) { in bch_btree_leaf_dirty()
496 journal_pin_cmp(b->c, w->journal, journal_ref)) { in bch_btree_leaf_dirty()
502 w->journal = journal_ref; in bch_btree_leaf_dirty()
1355 atomic_t *journal_ref,
2373 atomic_t *journal_ref, in bch_btree_insert_node() argument
2397 bch_btree_leaf_dirty(b, journal_ref); in bch_btree_insert_node()
2468 atomic_t *journal_ref; member
2478 op->journal_ref, op->replace_key); in btree_insert_fn()
2486 atomic_t *journal_ref, struct bkey *replace_key) in bch_btree_insert() argument
[all …]
A Drequest.c61 atomic_t *journal_ref = NULL; in CLOSURE_CALLBACK() local
66 journal_ref = bch_journal(op->c, &op->insert_keys, in CLOSURE_CALLBACK()
70 journal_ref, replace_key); in CLOSURE_CALLBACK()
78 if (journal_ref) in CLOSURE_CALLBACK()
79 atomic_dec_bug(journal_ref); in CLOSURE_CALLBACK()
A Dbtree.h278 atomic_t *journal_ref, struct bkey *replace_key);

Completed in 19 milliseconds