RTEMS  5.1
Data Fields
rtems_bdbuf_swapout_transfer Struct Reference

Data Fields

rtems_chain_control bds
 
rtems_disk_devicedd
 
bool syncing
 
rtems_blkdev_request write_req
 

Detailed Description

A swapout transfer transaction data. This data is passed to a worked thread to handle the write phase of the transfer.

Field Documentation

◆ bds

rtems_chain_control rtems_bdbuf_swapout_transfer::bds

The transfer list of BDs.

◆ dd

rtems_disk_device* rtems_bdbuf_swapout_transfer::dd

The device the transfer is for.

◆ syncing

bool rtems_bdbuf_swapout_transfer::syncing

The data is a sync'ing.

◆ write_req

rtems_blkdev_request rtems_bdbuf_swapout_transfer::write_req

The write request.


The documentation for this struct was generated from the following file: