Lines Matching refs:o2hb_region

215 struct o2hb_region {  struct
312 struct o2hb_region *reg = in o2hb_write_timeout() argument
313 container_of(work, struct o2hb_region, in o2hb_write_timeout()
344 static void o2hb_arm_timeout(struct o2hb_region *reg) in o2hb_arm_timeout()
369 static void o2hb_disarm_timeout(struct o2hb_region *reg) in o2hb_disarm_timeout()
397 struct o2hb_region *reg; in o2hb_nego_timeout()
399 reg = container_of(work, struct o2hb_region, hr_nego_timeout_work.work); in o2hb_nego_timeout()
462 struct o2hb_region *reg = data; in o2hb_nego_timeout_handler()
479 struct o2hb_region *reg = data; in o2hb_nego_approve_handler()
529 static struct bio *o2hb_setup_one_bio(struct o2hb_region *reg, in o2hb_setup_one_bio()
584 static int o2hb_read_slots(struct o2hb_region *reg, in o2hb_read_slots()
617 static int o2hb_issue_node_write(struct o2hb_region *reg, in o2hb_issue_node_write()
644 static u32 o2hb_compute_block_crc_le(struct o2hb_region *reg, in o2hb_compute_block_crc_le()
672 static int o2hb_verify_crc(struct o2hb_region *reg, in o2hb_verify_crc()
690 static int o2hb_check_own_slot(struct o2hb_region *reg) in o2hb_check_own_slot()
729 static inline void o2hb_prepare_block(struct o2hb_region *reg, in o2hb_prepare_block()
866 static void o2hb_set_quorum_device(struct o2hb_region *reg) in o2hb_set_quorum_device()
909 static int o2hb_check_slot(struct o2hb_region *reg, in o2hb_check_slot()
1096 static int o2hb_do_disk_heartbeat(struct o2hb_region *reg) in o2hb_do_disk_heartbeat()
1215 struct o2hb_region *reg = data; in o2hb_thread()
1294 struct o2hb_region *reg; in o2hb_debug_open()
1320 reg = (struct o2hb_region *)db->db_data; in o2hb_debug_open()
1326 reg = (struct o2hb_region *)db->db_data; in o2hb_debug_open()
1332 reg = (struct o2hb_region *)db->db_data; in o2hb_debug_open()
1341 reg = (struct o2hb_region *)db->db_data; in o2hb_debug_open()
1553 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region()
1555 return item ? container_of(item, struct o2hb_region, hr_item) : NULL; in to_o2hb_region()
1565 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_release()
1603 static int o2hb_read_block_input(struct o2hb_region *reg, in o2hb_read_block_input()
1639 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_block_bytes_store()
1668 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_start_block_store()
1693 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_blocks_store()
1722 static void o2hb_init_region_params(struct o2hb_region *reg) in o2hb_init_region_params()
1735 static int o2hb_map_slot_data(struct o2hb_region *reg) in o2hb_map_slot_data()
1798 static int o2hb_populate_slot_data(struct o2hb_region *reg) in o2hb_populate_slot_data()
1831 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_dev_store()
1995 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_pid_show()
2048 static int o2hb_debug_region_init(struct o2hb_region *reg, struct dentry *dir) in o2hb_debug_region_init()
2116 struct o2hb_region *reg = NULL; in o2hb_heartbeat_group_make_item()
2119 reg = kzalloc(sizeof(struct o2hb_region), GFP_KERNEL); in o2hb_heartbeat_group_make_item()
2185 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_heartbeat_group_drop_item()
2381 struct o2hb_region *reg; in o2hb_region_pin()
2433 struct o2hb_region *reg; in o2hb_region_unpin()
2618 struct o2hb_region *reg; in o2hb_stop_all_regions()
2633 struct o2hb_region *reg; in o2hb_get_all_regions()