Searched refs:o2hb_region (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c215 struct o2hb_region { struct
290 struct o2hb_region *reg = o2hb_write_timeout()
291 container_of(work, struct o2hb_region, o2hb_write_timeout()
322 static void o2hb_arm_write_timeout(struct o2hb_region *reg) o2hb_arm_write_timeout()
342 static void o2hb_disarm_write_timeout(struct o2hb_region *reg) o2hb_disarm_write_timeout()
368 static void o2hb_wait_on_io(struct o2hb_region *reg, o2hb_wait_on_io()
391 static struct bio *o2hb_setup_one_bio(struct o2hb_region *reg, o2hb_setup_one_bio()
444 static int o2hb_read_slots(struct o2hb_region *reg, o2hb_read_slots()
476 static int o2hb_issue_node_write(struct o2hb_region *reg, o2hb_issue_node_write()
502 static u32 o2hb_compute_block_crc_le(struct o2hb_region *reg, o2hb_compute_block_crc_le()
530 static int o2hb_verify_crc(struct o2hb_region *reg, o2hb_verify_crc()
548 static int o2hb_check_own_slot(struct o2hb_region *reg) o2hb_check_own_slot()
587 static inline void o2hb_prepare_block(struct o2hb_region *reg, o2hb_prepare_block()
724 static void o2hb_set_quorum_device(struct o2hb_region *reg) o2hb_set_quorum_device()
767 static int o2hb_check_slot(struct o2hb_region *reg, o2hb_check_slot()
954 static int o2hb_do_disk_heartbeat(struct o2hb_region *reg) o2hb_do_disk_heartbeat()
1103 struct o2hb_region *reg = data; o2hb_thread()
1175 struct o2hb_region *reg; o2hb_debug_open()
1201 reg = (struct o2hb_region *)db->db_data; o2hb_debug_open()
1207 reg = (struct o2hb_region *)db->db_data; o2hb_debug_open()
1213 reg = (struct o2hb_region *)db->db_data; o2hb_debug_open()
1222 reg = (struct o2hb_region *)db->db_data; o2hb_debug_open()
1434 static struct o2hb_region *to_o2hb_region(struct config_item *item) to_o2hb_region()
1436 return item ? container_of(item, struct o2hb_region, hr_item) : NULL; to_o2hb_region()
1446 struct o2hb_region *reg = to_o2hb_region(item); o2hb_region_release()
1481 static int o2hb_read_block_input(struct o2hb_region *reg, o2hb_read_block_input()
1508 static ssize_t o2hb_region_block_bytes_read(struct o2hb_region *reg, o2hb_region_block_bytes_read()
1514 static ssize_t o2hb_region_block_bytes_write(struct o2hb_region *reg, o2hb_region_block_bytes_write()
1536 static ssize_t o2hb_region_start_block_read(struct o2hb_region *reg, o2hb_region_start_block_read()
1542 static ssize_t o2hb_region_start_block_write(struct o2hb_region *reg, o2hb_region_start_block_write()
1561 static ssize_t o2hb_region_blocks_read(struct o2hb_region *reg, o2hb_region_blocks_read()
1567 static ssize_t o2hb_region_blocks_write(struct o2hb_region *reg, o2hb_region_blocks_write()
1589 static ssize_t o2hb_region_dev_read(struct o2hb_region *reg, o2hb_region_dev_read()
1600 static void o2hb_init_region_params(struct o2hb_region *reg) o2hb_init_region_params()
1613 static int o2hb_map_slot_data(struct o2hb_region *reg) o2hb_map_slot_data()
1684 static int o2hb_populate_slot_data(struct o2hb_region *reg) o2hb_populate_slot_data()
1715 static ssize_t o2hb_region_dev_write(struct o2hb_region *reg, o2hb_region_dev_write()
1873 static ssize_t o2hb_region_pid_read(struct o2hb_region *reg, o2hb_region_pid_read()
1891 ssize_t (*show)(struct o2hb_region *, char *);
1892 ssize_t (*store)(struct o2hb_region *, const char *, size_t);
1947 struct o2hb_region *reg = to_o2hb_region(item); o2hb_region_show()
1961 struct o2hb_region *reg = to_o2hb_region(item); o2hb_region_store()
1997 static int o2hb_debug_region_init(struct o2hb_region *reg, struct dentry *dir) o2hb_debug_region_init()
2065 struct o2hb_region *reg = NULL; o2hb_heartbeat_group_make_item()
2068 reg = kzalloc(sizeof(struct o2hb_region), GFP_KERNEL); o2hb_heartbeat_group_make_item()
2110 struct o2hb_region *reg = to_o2hb_region(item); o2hb_heartbeat_group_drop_item()
2362 struct o2hb_region *reg; o2hb_region_pin()
2414 struct o2hb_region *reg; o2hb_region_unpin()
2633 struct o2hb_region *reg; o2hb_stop_all_regions()
2648 struct o2hb_region *reg; o2hb_get_all_regions()

Completed in 62 milliseconds