Motr  M0
m0_layout_inout_plop Struct Reference

#include <plan.h>

Collaboration diagram for m0_layout_inout_plop:
Collaboration graph

Data Fields

struct m0_layout_plop iob_base
 
struct m0_indexvec iob_ready
 
struct m0_bufvec iob_data
 

Detailed Description

Input or output plop.

In the case of object read operation, this plop is used to signal the user that part of the output data are available.

In the case of object write operation, this plop is used to signal the implementation that part of the input data is available.

See also
M0_LAT_IN_WRITE, M0_LAT_OUT_READ

Definition at line 463 of file plan.h.

Field Documentation

◆ iob_base

struct m0_layout_plop iob_base

Definition at line 464 of file plan.h.

◆ iob_data

struct m0_bufvec iob_data

Data buffers.

Definition at line 468 of file plan.h.

◆ iob_ready

struct m0_indexvec iob_ready

Available part of data.

Definition at line 466 of file plan.h.


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