diff options
Diffstat (limited to 'include/scsi/osd_ore.h')
-rw-r--r-- | include/scsi/osd_ore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/osd_ore.h b/include/scsi/osd_ore.h index af2231a0fd09..a8e39d14f82b 100644 --- a/include/scsi/osd_ore.h +++ b/include/scsi/osd_ore.h | |||
@@ -146,6 +146,9 @@ static inline unsigned ore_io_state_size(unsigned numdevs) | |||
146 | 146 | ||
147 | /* ore.c */ | 147 | /* ore.c */ |
148 | int ore_verify_layout(unsigned total_comps, struct ore_layout *layout); | 148 | int ore_verify_layout(unsigned total_comps, struct ore_layout *layout); |
149 | void ore_calc_stripe_info(struct ore_layout *layout, u64 file_offset, | ||
150 | struct ore_striping_info *si); | ||
151 | |||
149 | int ore_get_rw_state(struct ore_layout *layout, struct ore_components *comps, | 152 | int ore_get_rw_state(struct ore_layout *layout, struct ore_components *comps, |
150 | bool is_reading, u64 offset, u64 length, | 153 | bool is_reading, u64 offset, u64 length, |
151 | struct ore_io_state **ios); | 154 | struct ore_io_state **ios); |