Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
name_info Struct Reference

Data Fields

struct list_head node_list
 
struct list_head cluster_list
 
struct list_head zone_list
 
u32 node_list_size
 
u32 cluster_list_size
 
u32 zone_list_size
 

Detailed Description

struct name_info - name sequence publication info : circular list of publications made by own node : circular list of publications made by own cluster : circular list of publications made by own zone : number of entries in "node_list" : number of entries in "cluster_list" : number of entries in "zone_list"

Note: The zone list always contains at least one entry, since all publications of the associated name sequence belong to it. (The cluster and node lists may be empty.)

Definition at line 59 of file name_table.c.

Field Documentation

struct list_head cluster_list

Definition at line 61 of file name_table.c.

u32 cluster_list_size

Definition at line 64 of file name_table.c.

struct list_head node_list

Definition at line 60 of file name_table.c.

u32 node_list_size

Definition at line 63 of file name_table.c.

struct list_head zone_list

Definition at line 62 of file name_table.c.

u32 zone_list_size

Definition at line 65 of file name_table.c.


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