Searched refs:async_object_list_del (Results 1 – 4 of 4) sorted by relevance
| /fs/bcachefs/ |
| A D | async_objs.h | 18 #define async_object_list_del(_c, _list, idx) \ macro 30 #define async_object_list_del(_c, _n, idx) do {} while (0) macro
|
| A D | io_read.c | 168 async_object_list_del(c, promote, op->list_idx); in promote_free() 169 async_object_list_del(c, rbio, rbio->list_idx); in promote_free() 280 async_object_list_del(c, promote, op->list_idx); in __promote_alloc() 437 async_object_list_del(rbio->c, rbio, rbio->list_idx); in bch2_rbio_free() 462 async_object_list_del(rbio->c, rbio, rbio->list_idx); in bch2_rbio_done()
|
| A D | io_write.c | 554 async_object_list_del(c, write_op, op->list_idx); in bch2_write_done() 1728 async_object_list_del(c, write_op, op->list_idx); in CLOSURE_CALLBACK()
|
| A D | btree_io.c | 1480 async_object_list_del(c, btree_read_bio, rb->list_idx); in btree_node_read_work() 2214 async_object_list_del(c, btree_write_bio, wbio->list_idx); in btree_node_write_work()
|
Completed in 13 milliseconds