Home
last modified time | relevance | path

Searched refs:data_insert_op (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
Drequest.c57 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_keys()
117 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate()
145 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error()
176 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio()
193 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start()
312 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert()
471 struct data_insert_op iop;
Drequest.h4 struct data_insert_op { struct
Dmovinggc.c17 struct data_insert_op op;
98 struct data_insert_op *op = &io->op; in write_moving()