• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/cluster/

Lines Matching refs:o2hb_region

109 struct o2hb_region {
161 struct o2hb_region *reg =
162 container_of(work, struct o2hb_region,
171 static void o2hb_arm_write_timeout(struct o2hb_region *reg)
181 static void o2hb_disarm_write_timeout(struct o2hb_region *reg)
208 static void o2hb_wait_on_io(struct o2hb_region *reg,
240 static struct bio *o2hb_setup_one_bio(struct o2hb_region *reg,
293 static int o2hb_read_slots(struct o2hb_region *reg,
325 static int o2hb_issue_node_write(struct o2hb_region *reg,
351 static u32 o2hb_compute_block_crc_le(struct o2hb_region *reg,
379 static int o2hb_verify_crc(struct o2hb_region *reg,
392 static int o2hb_check_last_timestamp(struct o2hb_region *reg)
413 static inline void o2hb_prepare_block(struct o2hb_region *reg,
554 static int o2hb_check_slot(struct o2hb_region *reg,
733 static int o2hb_do_disk_heartbeat(struct o2hb_region *reg)
851 struct o2hb_region *reg = data;
951 static struct o2hb_region *to_o2hb_region(struct config_item *item)
953 return item ? container_of(item, struct o2hb_region, hr_item) : NULL;
963 struct o2hb_region *reg = to_o2hb_region(item);
990 static int o2hb_read_block_input(struct o2hb_region *reg,
1017 static ssize_t o2hb_region_block_bytes_read(struct o2hb_region *reg,
1023 static ssize_t o2hb_region_block_bytes_write(struct o2hb_region *reg,
1045 static ssize_t o2hb_region_start_block_read(struct o2hb_region *reg,
1051 static ssize_t o2hb_region_start_block_write(struct o2hb_region *reg,
1070 static ssize_t o2hb_region_blocks_read(struct o2hb_region *reg,
1076 static ssize_t o2hb_region_blocks_write(struct o2hb_region *reg,
1098 static ssize_t o2hb_region_dev_read(struct o2hb_region *reg,
1109 static void o2hb_init_region_params(struct o2hb_region *reg)
1122 static int o2hb_map_slot_data(struct o2hb_region *reg)
1193 static int o2hb_populate_slot_data(struct o2hb_region *reg)
1227 static ssize_t o2hb_region_dev_write(struct o2hb_region *reg,
1357 static ssize_t o2hb_region_pid_read(struct o2hb_region *reg,
1375 ssize_t (*show)(struct o2hb_region *, char *);
1376 ssize_t (*store)(struct o2hb_region *, const char *, size_t);
1431 struct o2hb_region *reg = to_o2hb_region(item);
1445 struct o2hb_region *reg = to_o2hb_region(item);
1484 struct o2hb_region *reg = NULL;
1487 reg = kzalloc(sizeof(struct o2hb_region), GFP_KERNEL);
1509 struct o2hb_region *reg = to_o2hb_region(item);
1772 struct o2hb_region *reg;