Motr  M0
Collaboration diagram for ioseg:
Collaboration graph

Data Fields

uint64_t is_magic
 
m0_bindex_t is_index
 
m0_bcount_t is_size
 
void * is_buf
 
struct m0_tlink is_linkage
 

Detailed Description

Generic io segment that represents a contiguous stream of bytes along with io extent. This structure is typically used by io coalescing code from ioservice.

Definition at line 815 of file io_fops.c.

Field Documentation

◆ is_buf

void* is_buf

Definition at line 823 of file io_fops.c.

◆ is_index

m0_bindex_t is_index

Definition at line 819 of file io_fops.c.

◆ is_linkage

struct m0_tlink is_linkage

Definition at line 828 of file io_fops.c.

◆ is_magic

uint64_t is_magic

Definition at line 817 of file io_fops.c.

◆ is_size

m0_bcount_t is_size

Definition at line 821 of file io_fops.c.


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