Linux Kernel
3.7.1
|
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 |
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.
Definition at line 61 of file name_table.c.
u32 cluster_list_size |
Definition at line 64 of file name_table.c.
Definition at line 60 of file name_table.c.
u32 node_list_size |
Definition at line 63 of file name_table.c.
Definition at line 62 of file name_table.c.
u32 zone_list_size |
Definition at line 65 of file name_table.c.