Searched refs:data_insert_op (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/md/bcache/ |
D | request.c | 60 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_keys() 110 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() 141 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() 172 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() 189 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() 310 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() 482 struct data_insert_op iop;
|
D | request.h | 5 struct data_insert_op { struct
|
D | movinggc.c | 18 struct data_insert_op op; 95 struct data_insert_op *op = &io->op; in write_moving()
|