Motr  M0
m0_be_btree_cursor Struct Reference

#include <btree.h>

Collaboration diagram for m0_be_btree_cursor:
Collaboration graph

Data Fields

int bc_pos
 
int bc_stack_pos
 
struct m0_be_btreebc_tree
 
struct m0_be_bnodebc_node
 
struct m0_be_btree_cursor_stack_entry bc_stack [BTREE_HEIGHT_MAX]
 
struct m0_be_op bc_op
 

Detailed Description

Btree cursor.

Read-only cursor can be positioned with m0_be_btree_cursor_get() and moved with m0_be_btree_cursor_next(), m0_be_btree_cursor_prev().

Definition at line 583 of file btree.h.

Field Documentation

◆ bc_node

struct m0_be_bnode* bc_node

Definition at line 587 of file btree.h.

◆ bc_op

struct m0_be_op bc_op

Definition at line 589 of file btree.h.

◆ bc_pos

int bc_pos

Definition at line 584 of file btree.h.

◆ bc_stack

Definition at line 588 of file btree.h.

◆ bc_stack_pos

int bc_stack_pos

Definition at line 585 of file btree.h.

◆ bc_tree

struct m0_be_btree* bc_tree

Definition at line 586 of file btree.h.


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