Searched refs:data_insert_op (Results 1 – 3 of 3) sorted by relevance
/drivers/md/bcache/ |
D | request.c | 58 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_keys() 120 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() 148 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() 179 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() 196 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() 316 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() 476 struct data_insert_op iop;
|
D | request.h | 4 struct data_insert_op { struct
|
D | movinggc.c | 17 struct data_insert_op op; 98 struct data_insert_op *op = &io->op; in write_moving()
|