crash.subsystem.storage.device_mapper module¶
- class crash.subsystem.storage.device_mapper.ClonedBioDecoder(bio: Value)[source]¶
Bases:
DecoderDecodes a bio-based device mapper cloned bio
This method decodes cloned bio generated by request-based device mapper targets.
- Parameters:
bio – A
struct biogenerated by a bio-based device mapper target. The value must be of typestruct bio.
- bio¶
A
struct biogenerated by a bio-based device mapper target. The value is of typestruct bio.- Type:
- tio¶
The dm target i/o operation for this bio. The value is of type
struct dm_target_io.- Type:
- class crash.subsystem.storage.device_mapper.ClonedBioReqDecoder(bio: Value)[source]¶
Bases:
DecoderDecodes a request-based device mapper cloned bio
This decodes a cloned bio generated by request-based device mapper targets.
- Parameters:
bio – A
struct biogenerated by a request-based device mapper target. The value must be of typestruct bio.