Searched refs:journal_entry_pin (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | journal_reclaim.h | 22 static inline bool journal_pin_active(struct journal_entry_pin *pin) in journal_pin_active() 38 void bch2_journal_pin_drop(struct journal *, struct journal_entry_pin *); 40 void bch2_journal_pin_set(struct journal *, u64, struct journal_entry_pin *, 44 struct journal_entry_pin *pin, in bch2_journal_pin_add() 52 struct journal_entry_pin *, 53 struct journal_entry_pin *, 57 struct journal_entry_pin *pin, in bch2_journal_pin_update() 64 void bch2_journal_pin_flush(struct journal *, struct journal_entry_pin *);
|
| A D | journal_reclaim.c | 368 struct journal_entry_pin *pin) in __journal_pin_drop() 394 struct journal_entry_pin *pin) in bch2_journal_pin_drop() 418 struct journal_entry_pin *pin, in bch2_journal_pin_set_locked() 442 struct journal_entry_pin *dst, in bch2_journal_pin_copy() 443 struct journal_entry_pin *src, in bch2_journal_pin_copy() 478 struct journal_entry_pin *pin, in bch2_journal_pin_set() 522 static struct journal_entry_pin * 530 struct journal_entry_pin *ret = NULL; in journal_get_next_pin() 540 struct journal_entry_pin, list); in journal_get_next_pin() 557 struct journal_entry_pin *pin; in journal_flush_pins() [all …]
|
| A D | journal_types.h | 77 struct journal_entry_pin; 79 struct journal_entry_pin *, u64); 81 struct journal_entry_pin { struct 278 struct journal_entry_pin *flush_in_progress;
|
| A D | btree_write_buffer_types.h | 46 struct journal_entry_pin pin;
|
| A D | btree_key_cache.h | 38 struct journal_entry_pin *, u64);
|
| A D | btree_types.h | 57 struct journal_entry_pin journal; 406 struct journal_entry_pin journal; 548 struct journal_entry_pin *journal_pin;
|
| A D | btree_update.h | 18 int bch2_btree_node_flush0(struct journal *, struct journal_entry_pin *, u64); 19 int bch2_btree_node_flush1(struct journal *, struct journal_entry_pin *, u64);
|
| A D | btree_trans_commit.c | 229 static int __btree_node_flush(struct journal *j, struct journal_entry_pin *pin, in __btree_node_flush() 262 int bch2_btree_node_flush0(struct journal *j, struct journal_entry_pin *pin, u64 seq) in bch2_btree_node_flush0() 267 int bch2_btree_node_flush1(struct journal *j, struct journal_entry_pin *pin, u64 seq) in bch2_btree_node_flush1() 815 struct journal_entry_pin *_pin, u64 seq) in bch2_trans_commit_journal_pin_flush()
|
| A D | btree_update_interior.h | 89 struct journal_entry_pin journal;
|
| A D | btree_write_buffer.c | 21 struct journal_entry_pin *, u64); 583 struct journal_entry_pin *_pin, u64 seq) in bch2_btree_write_buffer_journal_flush()
|
| A D | btree_key_cache.c | 536 struct journal_entry_pin *pin, u64 seq) in bch2_btree_key_cache_journal_flush()
|
| A D | btree_update_interior.c | 910 struct journal_entry_pin *_pin, u64 seq) in bch2_update_reparent_journal_pin_flush() 1036 struct journal_entry_pin *_pin, u64 seq) in bch2_btree_update_will_free_node_journal_pin_flush()
|
Completed in 39 milliseconds