Motr  M0
m0_layout_plop_rel Struct Reference

#include <plan.h>

Collaboration diagram for m0_layout_plop_rel:
Collaboration graph

Data Fields

struct m0_layout_plopplr_dep
 
struct m0_layout_plopplr_rdep
 
uint64_t plr_magix
 
struct m0_tlink plr_dep_linkage
 
struct m0_tlink plr_rdep_linkage
 

Detailed Description

Helper structure to implement m:n relations between plops.

Definition at line 414 of file plan.h.

Field Documentation

◆ plr_dep

struct m0_layout_plop* plr_dep

Target dependency in this relation (see pl_deps list).

Definition at line 416 of file plan.h.

◆ plr_dep_linkage

struct m0_tlink plr_dep_linkage

pl_deps list linkage.

Definition at line 422 of file plan.h.

◆ plr_magix

uint64_t plr_magix

Deps lists links magic.

Definition at line 420 of file plan.h.

◆ plr_rdep

struct m0_layout_plop* plr_rdep

Dependant plop in this relation (see pl_rdeps list).

Definition at line 418 of file plan.h.

◆ plr_rdep_linkage

struct m0_tlink plr_rdep_linkage

pl_rdeps list linkage.

Definition at line 424 of file plan.h.


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