Searched refs:bch2_dev_get_ioref (Results 1 – 9 of 9) sorted by relevance
| /fs/bcachefs/ |
| A D | sb-members.h | 290 static inline struct bch_dev *bch2_dev_get_ioref(struct bch_fs *c, unsigned dev, in bch2_dev_get_ioref() function
|
| A D | debug.c | 47 struct bch_dev *ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ, in bch2_btree_verify_replica() 201 ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ, in bch2_btree_node_ondisk_to_text()
|
| A D | btree_io.c | 1414 ca = bch2_dev_get_ioref(c, rb->pick.ptr.dev, READ, BCH_DEV_READ_REF_btree_node_read); in btree_node_read_work() 1749 struct bch_dev *ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ, in btree_node_read_all_replicas() 1836 ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ, BCH_DEV_READ_REF_btree_node_read); in bch2_btree_node_read() 2054 struct bch_dev *ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ, in bch2_btree_node_scrub()
|
| A D | alloc_background.c | 1971 if (!bch2_dev_get_ioref(c, ca->dev_idx, WRITE, BCH_DEV_WRITE_REF_dev_do_discards)) in bch2_dev_do_discards() 2069 if (!bch2_dev_get_ioref(c, ca->dev_idx, WRITE, BCH_DEV_WRITE_REF_discard_one_bucket_fast)) in bch2_discard_one_bucket_fast() 2284 if (!bch2_dev_get_ioref(c, ca->dev_idx, WRITE, BCH_DEV_WRITE_REF_do_invalidates)) in bch2_dev_do_invalidates()
|
| A D | io_write.c | 489 : bch2_dev_get_ioref(c, ptr->dev, ref_rw, ref_idx); in bch2_submit_wbio_replicas() 1364 struct bch_dev *ca = bch2_dev_get_ioref(c, ptr->dev, WRITE, in bch2_nocow_write()
|
| A D | ec.c | 747 struct bch_dev *ca = bch2_dev_get_ioref(c, ptr->dev, rw, ref); in ec_block_io() 1257 struct bch_dev *ca = bch2_dev_get_ioref(c, ob->dev, WRITE, in zero_out_rest_of_ec_bucket()
|
| A D | backpointers.c | 493 struct bch_dev *ca = bch2_dev_get_ioref(c, dev, READ, in check_extent_checksum()
|
| A D | io_read.c | 1092 struct bch_dev *ca = bch2_dev_get_ioref(c, pick.ptr.dev, READ, in __bch2_read_extent()
|
| A D | journal_io.c | 1571 struct bch_dev *ca = bch2_dev_get_ioref(c, *i, WRITE, in __journal_write_alloc()
|
Completed in 35 milliseconds