Searched refs:bio_set_op_attrs (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/drivers/md/bcache/ |
| D | movinggc.c | 163 bio_set_op_attrs(bio, REQ_OP_READ, 0); in read_moving()
|
| D | writeback.c | 437 bio_set_op_attrs(&io->bio, REQ_OP_WRITE, 0); in write_dirty() 550 bio_set_op_attrs(&io->bio, REQ_OP_READ, 0); in read_dirty()
|
| D | request.c | 247 bio_set_op_attrs(n, REQ_OP_WRITE, 0); in bch_data_insert_start()
|
| /Linux-v6.1/include/linux/ |
| D | blk_types.h | 476 static inline void bio_set_op_attrs(struct bio *bio, enum req_op op, in bio_set_op_attrs() function
|
| /Linux-v6.1/drivers/md/ |
| D | raid1.c | 1324 bio_set_op_attrs(read_bio, op, do_sync); in raid1_read_request() 2257 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in sync_request_write() 2422 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in narrow_write_error() 2773 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid1_sync_request() 2800 bio_set_op_attrs(bio, REQ_OP_READ, 0); in raid1_sync_request() 2812 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid1_sync_request()
|
| D | raid10.c | 1257 bio_set_op_attrs(read_bio, op, do_sync); in raid10_read_request() 1304 bio_set_op_attrs(mbio, op, do_sync | do_fua); in raid10_write_one_disk() 2936 bio_set_op_attrs(wbio, REQ_OP_WRITE, 0); in narrow_write_error() 3545 bio_set_op_attrs(bio, REQ_OP_READ, 0); in raid10_sync_request() 3570 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid10_sync_request() 3591 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid10_sync_request() 3745 bio_set_op_attrs(bio, REQ_OP_READ, 0); in raid10_sync_request() 3767 bio_set_op_attrs(bio, REQ_OP_WRITE, 0); in raid10_sync_request() 4975 bio_set_op_attrs(b, REQ_OP_WRITE, 0); in reshape_request()
|
| D | dm-thin.c | 413 bio_set_op_attrs(op->bio, REQ_OP_DISCARD, 0); in end_discard()
|