Searched refs:write_point (Results 1 – 15 of 15) sorted by relevance
| /fs/bcachefs/ |
| A D | alloc_foreground.c | 1088 struct write_point *wp; in __writepoint_find() 1092 if (wp->write_point == write_point) in __writepoint_find() 1107 struct write_point *wp; in try_increase_writepoints() 1121 struct write_point *wp; in try_decrease_writepoints() 1157 if (!(write_point & 1UL)) { in writepoint_find() 1158 wp = (struct write_point *) write_point; in writepoint_find() 1169 if (wp->write_point == write_point) in writepoint_find() 1199 wp->write_point = write_point; in writepoint_find() 1419 struct write_point *wp; in bch2_fs_allocator_foreground_init() 1513 struct write_point *wp) in bch2_write_point_to_text() [all …]
|
| A D | alloc_foreground.h | 36 struct write_point *wp; 156 static inline void bch2_alloc_sectors_done_inlined(struct bch_fs *c, struct write_point *wp) in bch2_alloc_sectors_done_inlined() 174 struct write_point *wp, in bch2_open_bucket_get() 237 struct write_point **); 258 bch2_alloc_sectors_append_ptrs_inlined(struct bch_fs *c, struct write_point *wp, in bch2_alloc_sectors_append_ptrs_inlined() 284 void bch2_alloc_sectors_append_ptrs(struct bch_fs *, struct write_point *, 286 void bch2_alloc_sectors_done(struct bch_fs *, struct write_point *); 295 static inline struct write_point_specifier writepoint_ptr(struct write_point *wp) in writepoint_ptr()
|
| A D | alloc_types.h | 87 struct write_point { struct 92 unsigned long write_point; argument
|
| A D | io_write_types.h | 102 struct write_point_specifier write_point; member 104 struct write_point *wp;
|
| A D | io_write.c | 659 static inline void wp_update_state(struct write_point *wp, bool running) in wp_update_state() 673 struct write_point *wp = op->wp; in CLOSURE_CALLBACK() 690 static inline void bch2_write_queue(struct bch_write_op *op, struct write_point *wp) in bch2_write_queue() 703 struct write_point *wp = in bch2_write_point_do_index_updates() 704 container_of(work, struct write_point, index_update_work); in bch2_write_point_do_index_updates() 782 struct write_point *wp, in init_append_extent() 810 struct write_point *wp, in bch2_write_bio_alloc() 983 static int bch2_write_extent(struct bch_write_op *op, struct write_point *wp, in bch2_write_extent() 1497 struct write_point *wp = NULL; in __bch2_write() 1537 op->write_point, in __bch2_write() [all …]
|
| A D | bcachefs.h | 1005 struct write_point btree_write_point; 1006 struct write_point rebalance_write_point; 1008 struct write_point write_points[WRITE_POINT_MAX]; 1077 struct write_point copygc_write_point;
|
| A D | io_write.h | 54 op->write_point = (struct write_point_specifier) { 0 }; in bch2_write_op_init()
|
| A D | io_misc.c | 29 struct write_point_specifier write_point) in bch2_extent_fallocate() argument 76 struct write_point *wp; in bch2_extent_fallocate() 88 write_point, in bch2_extent_fallocate()
|
| A D | journal_types.h | 262 struct write_point wp;
|
| A D | ec.h | 251 void *bch2_writepoint_ec_buf(struct bch_fs *, struct write_point *);
|
| A D | data_update.c | 542 struct write_point *wp; in bch2_update_unwritten_extent() 574 update->op.write_point, in bch2_update_unwritten_extent() 853 m->op.write_point = wp; in bch2_data_update_init()
|
| A D | fs-io-direct.c | 516 dio->op.write_point = writepoint_hashed((unsigned long) current); in bch2_dio_write_loop()
|
| A D | fs-io-buffered.c | 514 op->write_point = writepoint_hashed(inode->ei_last_dirtied); in bch2_writepage_io_alloc()
|
| A D | ec.c | 1466 void *bch2_writepoint_ec_buf(struct bch_fs *c, struct write_point *wp) in bch2_writepoint_ec_buf()
|
| A D | btree_update_interior.c | 291 struct write_point *wp; in __bch2_btree_node_alloc()
|
Completed in 35 milliseconds