diff options
Diffstat (limited to 'include/scsi/osd_initiator.h')
-rw-r--r-- | include/scsi/osd_initiator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scsi/osd_initiator.h b/include/scsi/osd_initiator.h index b24d9616eb46..6132790d678f 100644 --- a/include/scsi/osd_initiator.h +++ b/include/scsi/osd_initiator.h | |||
@@ -364,6 +364,8 @@ void osd_req_remove_object(struct osd_request *or, struct osd_obj_id *); | |||
364 | 364 | ||
365 | void osd_req_write(struct osd_request *or, | 365 | void osd_req_write(struct osd_request *or, |
366 | const struct osd_obj_id *, struct bio *data_out, u64 offset); | 366 | const struct osd_obj_id *, struct bio *data_out, u64 offset); |
367 | int osd_req_write_kern(struct osd_request *or, | ||
368 | const struct osd_obj_id *obj, u64 offset, void *buff, u64 len); | ||
367 | void osd_req_append(struct osd_request *or, | 369 | void osd_req_append(struct osd_request *or, |
368 | const struct osd_obj_id *, struct bio *data_out);/* NI */ | 370 | const struct osd_obj_id *, struct bio *data_out);/* NI */ |
369 | void osd_req_create_write(struct osd_request *or, | 371 | void osd_req_create_write(struct osd_request *or, |
@@ -379,6 +381,8 @@ void osd_req_flush_object(struct osd_request *or, | |||
379 | 381 | ||
380 | void osd_req_read(struct osd_request *or, | 382 | void osd_req_read(struct osd_request *or, |
381 | const struct osd_obj_id *, struct bio *data_in, u64 offset); | 383 | const struct osd_obj_id *, struct bio *data_in, u64 offset); |
384 | int osd_req_read_kern(struct osd_request *or, | ||
385 | const struct osd_obj_id *obj, u64 offset, void *buff, u64 len); | ||
382 | 386 | ||
383 | /* | 387 | /* |
384 | * Root/Partition/Collection/Object Attributes commands | 388 | * Root/Partition/Collection/Object Attributes commands |