Motr  M0
spiel_proc_item Struct Reference
Collaboration diagram for spiel_proc_item:
Collaboration graph

Data Fields

struct m0_fid spi_fid
 
struct m0_rpc_link spi_rlink
 
struct m0_clink spi_rlink_wait
 
struct m0_fop spi_fop
 
struct m0_sm_ast spi_ast
 
struct m0_tlink spi_link
 
struct _fs_stats_ctxspi_ctx
 
uint32_t spi_svc_count
 
uint64_t spi_magic
 

Detailed Description

A context for asynchronous request to a process when fetching filesystem statistics.

Definition at line 1713 of file cmd.c.

Field Documentation

◆ spi_ast

struct m0_sm_ast spi_ast

Definition at line 1725 of file cmd.c.

◆ spi_ctx

struct _fs_stats_ctx* spi_ctx

Definition at line 1727 of file cmd.c.

◆ spi_fid

struct m0_fid spi_fid

Process fid

Definition at line 1715 of file cmd.c.

◆ spi_fop

struct m0_fop spi_fop

Process health request.

See also
m0_ss_process_req

Definition at line 1724 of file cmd.c.

◆ spi_link

struct m0_tlink spi_link

Definition at line 1726 of file cmd.c.

◆ spi_magic

uint64_t spi_magic

Definition at line 1730 of file cmd.c.

◆ spi_rlink

struct m0_rpc_link spi_rlink

Rpc link for connect to a process

Definition at line 1717 of file cmd.c.

◆ spi_rlink_wait

struct m0_clink spi_rlink_wait

Signalled when session is established.

See also
m0_rpc_link_connect_async

Definition at line 1722 of file cmd.c.

◆ spi_svc_count

uint32_t spi_svc_count

A number of IO and MD services in the corresponding process

Definition at line 1729 of file cmd.c.


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