Motr  M0
m0_ss_process_rep Struct Reference

#include <process_fops.h>

Collaboration diagram for m0_ss_process_rep:
Collaboration graph

Data Fields

int32_t sspr_rc
 
int32_t sspr_health
 
m0_bcount_t sspr_free_seg
 
m0_bcount_t sspr_total_seg
 
m0_bcount_t sspr_free_disk
 
m0_bcount_t sspr_avail_disk
 
m0_bcount_t sspr_total_disk
 
struct m0_buf sspr_bckey
 
struct m0_buf sspr_bcrec
 
uint32_t sspr_kv_count
 

Detailed Description

Response to m0_ss_process_req.

Definition at line 81 of file process_fops.h.

Field Documentation

◆ sspr_avail_disk

m0_bcount_t sspr_avail_disk

Filesystem stats - space available for user data on disks. This will be reported as available disk space by df command.

Definition at line 116 of file process_fops.h.

◆ sspr_bckey

struct m0_buf sspr_bckey

Buffer which holds keys from bytecount btree

Definition at line 125 of file process_fops.h.

◆ sspr_bcrec

struct m0_buf sspr_bcrec

Buffer which holds records from bytecount btree

Definition at line 129 of file process_fops.h.

◆ sspr_free_disk

m0_bcount_t sspr_free_disk

Filesystem stats - free space on disks. This will be the difference between total space in cluster and space consumed by user data.

Definition at line 111 of file process_fops.h.

◆ sspr_free_seg

m0_bcount_t sspr_free_seg

Filesystem stats - free space in BE segments. This will be reported as free inodes by df command.

The field is meaningful only in case of M0_PROCESS_HEALTH command, and must be ignored in any other case.

Definition at line 98 of file process_fops.h.

◆ sspr_health

int32_t sspr_health

Process health. Valid for M0_PROCESS_HEALTH only.

Definition at line 90 of file process_fops.h.

◆ sspr_kv_count

uint32_t sspr_kv_count

Number of key values in key and record buffers

Definition at line 133 of file process_fops.h.

◆ sspr_rc

int32_t sspr_rc

Result of process operation or Process health (-Exxx = failure, 0 = success).

Definition at line 86 of file process_fops.h.

◆ sspr_total_disk

m0_bcount_t sspr_total_disk

Filesystem stats - total space on disks. This will be reported as total disk space by df command.

Definition at line 121 of file process_fops.h.

◆ sspr_total_seg

m0_bcount_t sspr_total_seg

Filesystem stats - total space in BE segments. This will be reported as total inodes by df command.

The field is meaningful only in case of M0_PROCESS_HEALTH command, and must be ignored in any other case.

Definition at line 106 of file process_fops.h.


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