Home
last modified time | relevance | path

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

/drivers/md/bcache/
Drequest.c58 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;
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()