Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Drequest.c60 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;
H A Drequest.h5 struct data_insert_op { struct
H A Dmovinggc.c18 struct data_insert_op op;
95 struct data_insert_op *op = &io->op; in write_moving()