Home
last modified time | relevance | path

Searched refs:hr_blocks (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/ocfs2/cluster/
Dheartbeat.c206 unsigned int hr_blocks; member
1241 for(i = 0; !reg->hr_unclean_stop && i < reg->hr_blocks; i++) in o2hb_thread()
1610 return sprintf(page, "%d\n", to_o2hb_region(item)->hr_blocks); in o2hb_region_blocks_show()
1631 reg->hr_blocks = (unsigned int)tmp; in o2hb_region_blocks_store()
1652 reg->hr_start_block, reg->hr_blocks); in o2hb_init_region_params()
1672 reg->hr_slots = kcalloc(reg->hr_blocks, in o2hb_map_slot_data()
1677 for(i = 0; i < reg->hr_blocks; i++) { in o2hb_map_slot_data()
1684 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp; in o2hb_map_slot_data()
1687 reg->hr_num_pages, reg->hr_blocks, spp); in o2hb_map_slot_data()
1704 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
[all …]