nfs-ganesha 1.4
|
#include <rbt_node.h>
Public Attributes | |
unsigned int | rbt_flags |
struct rbt_node ** | anchor |
struct rbt_node * | parent |
struct rbt_node * | left |
struct rbt_node * | next |
uint64_t | rbt_value |
void * | rbt_opaq |
Definition at line 134 of file rbt_node.h.
struct rbt_node** rbt_node::anchor |
Definition at line 137 of file rbt_node.h.
struct rbt_node* rbt_node::left |
Definition at line 139 of file rbt_node.h.
struct rbt_node* rbt_node::next |
Definition at line 140 of file rbt_node.h.
struct rbt_node* rbt_node::parent |
Definition at line 138 of file rbt_node.h.
unsigned int rbt_node::rbt_flags |
Definition at line 136 of file rbt_node.h.
void* rbt_node::rbt_opaq |
Definition at line 142 of file rbt_node.h.
Definition at line 141 of file rbt_node.h.