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

Data Fields

struct config_item hr_item
 
struct list_head hr_all_item
 
unsigned hr_unclean_stop:1
 
unsigned hr_aborted_start:1
 
unsigned hr_item_pinned:1
 
unsigned hr_item_dropped:1
 
struct task_structhr_task
 
unsigned int hr_blocks
 
unsigned long long hr_start_block
 
unsigned int hr_block_bits
 
unsigned int hr_block_bytes
 
unsigned int hr_slots_per_page
 
unsigned int hr_num_pages
 
struct page ** hr_slot_data
 
struct block_devicehr_bdev
 
struct o2hb_disk_slothr_slots
 
unsigned long hr_live_node_bitmap [BITS_TO_LONGS(O2NM_MAX_NODES)]
 
unsigned int hr_region_num
 
struct dentryhr_debug_dir
 
struct dentryhr_debug_livenodes
 
struct dentryhr_debug_regnum
 
struct dentryhr_debug_elapsed_time
 
struct dentryhr_debug_pinned
 
struct o2hb_debug_bufhr_db_livenodes
 
struct o2hb_debug_bufhr_db_regnum
 
struct o2hb_debug_bufhr_db_elapsed_time
 
struct o2hb_debug_bufhr_db_pinned
 
atomic_t hr_steady_iterations
 
atomic_t hr_unsteady_iterations
 
char hr_dev_name [BDEVNAME_SIZE]
 
unsigned int hr_timeout_ms
 
u64 hr_generation
 
struct delayed_work hr_write_timeout_work
 
unsigned long hr_last_timeout_start
 
struct o2hb_disk_heartbeat_blockhr_tmp_block
 

Detailed Description

Definition at line 214 of file heartbeat.c.

Field Documentation

unsigned hr_aborted_start

Definition at line 218 of file heartbeat.c.

struct list_head hr_all_item

Definition at line 217 of file heartbeat.c.

struct block_device* hr_bdev

Definition at line 236 of file heartbeat.c.

unsigned int hr_block_bits

Definition at line 229 of file heartbeat.c.

unsigned int hr_block_bytes

Definition at line 230 of file heartbeat.c.

unsigned int hr_blocks

Definition at line 226 of file heartbeat.c.

struct o2hb_debug_buf* hr_db_elapsed_time

Definition at line 250 of file heartbeat.c.

struct o2hb_debug_buf* hr_db_livenodes

Definition at line 248 of file heartbeat.c.

struct o2hb_debug_buf* hr_db_pinned

Definition at line 251 of file heartbeat.c.

struct o2hb_debug_buf* hr_db_regnum

Definition at line 249 of file heartbeat.c.

struct dentry* hr_debug_dir

Definition at line 243 of file heartbeat.c.

struct dentry* hr_debug_elapsed_time

Definition at line 246 of file heartbeat.c.

struct dentry* hr_debug_livenodes

Definition at line 244 of file heartbeat.c.

struct dentry* hr_debug_pinned

Definition at line 247 of file heartbeat.c.

struct dentry* hr_debug_regnum

Definition at line 245 of file heartbeat.c.

char hr_dev_name[BDEVNAME_SIZE]

Definition at line 262 of file heartbeat.c.

u64 hr_generation

Definition at line 268 of file heartbeat.c.

Definition at line 215 of file heartbeat.c.

unsigned hr_item_dropped

Definition at line 218 of file heartbeat.c.

unsigned hr_item_pinned

Definition at line 218 of file heartbeat.c.

unsigned long hr_last_timeout_start

Definition at line 271 of file heartbeat.c.

unsigned long hr_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]

Definition at line 240 of file heartbeat.c.

unsigned int hr_num_pages

Definition at line 233 of file heartbeat.c.

unsigned int hr_region_num

Definition at line 241 of file heartbeat.c.

struct page** hr_slot_data

Definition at line 235 of file heartbeat.c.

Definition at line 237 of file heartbeat.c.

unsigned int hr_slots_per_page

Definition at line 232 of file heartbeat.c.

unsigned long long hr_start_block

Definition at line 227 of file heartbeat.c.

atomic_t hr_steady_iterations

Definition at line 256 of file heartbeat.c.

struct task_struct* hr_task

Definition at line 224 of file heartbeat.c.

unsigned int hr_timeout_ms

Definition at line 264 of file heartbeat.c.

Definition at line 276 of file heartbeat.c.

unsigned hr_unclean_stop

Definition at line 218 of file heartbeat.c.

atomic_t hr_unsteady_iterations

Definition at line 260 of file heartbeat.c.

struct delayed_work hr_write_timeout_work

Definition at line 270 of file heartbeat.c.


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