Motr  M0
workload_op Struct Reference

#include <workload.h>

Collaboration diagram for workload_op:
Collaboration graph

Data Fields

bcnt_t wo_size
 
struct workload_taskwo_task
 
union {
   struct op_hpcs {
      unsigned   oh_dirno
 
      unsigned   oh_opno
 
      char   oh_fname [MAXPATHLEN]
 
   }   wo_hpcs
 
   struct op_csum {
      enum csum_op_type   oc_type
 
      bcnt_t   oc_offset
 
   }   wo_csum
 
u
 

Detailed Description

Definition at line 152 of file workload.h.

Field Documentation

◆ oc_offset

bcnt_t oc_offset

Definition at line 163 of file workload.h.

◆ oc_type

enum csum_op_type oc_type

Definition at line 162 of file workload.h.

◆ oh_dirno

unsigned oh_dirno

Definition at line 157 of file workload.h.

◆ oh_fname

char oh_fname[MAXPATHLEN]

Definition at line 159 of file workload.h.

◆ oh_opno

unsigned oh_opno

Definition at line 158 of file workload.h.

◆ u

union { ... } u

◆ wo_csum

struct { ... } ::op_csum wo_csum

◆ wo_hpcs

struct { ... } ::op_hpcs wo_hpcs

◆ wo_size

bcnt_t wo_size

Definition at line 153 of file workload.h.

◆ wo_task

struct workload_task* wo_task

Definition at line 154 of file workload.h.


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