Home
last modified time | relevance | path

Searched refs:btree_current_write (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/bcache/ !
H A Djournal.c489 if (!btree_current_write(b)->journal) { in btree_flush_write()
507 if (((btree_current_write(b)->journal - fifo_front_p) & in btree_flush_write()
544 if (!btree_current_write(b)->journal) { in btree_flush_write()
H A Dbtree.h170 static inline struct btree_write *btree_current_write(struct btree *b) in btree_current_write() function
H A Dbtree.c477 struct btree_write *w = btree_current_write(b); in bch_btree_leaf_dirty()
776 btree_complete_write(b, btree_current_write(b)); in bch_btree_cache_free()
1100 btree_complete_write(b, btree_current_write(b)); in btree_node_free()
/linux/fs/bcachefs/ !
H A Dbtree_types.h674 static inline struct btree_write *btree_current_write(struct btree *b) in btree_current_write() function
H A Dbtree_trans_commit.c275 struct btree_write *w = btree_current_write(b); in bch2_btree_add_journal_pin()
H A Dbtree_update_interior.c1091 w = btree_current_write(b); in bch2_btree_interior_update_will_free_node()