Searched refs:data_insert_op (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/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() 122 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() 153 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() 184 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() 201 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() 322 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() 486 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()
|