Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/cluster/
Dheartbeat.c1491 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region() function
1503 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_release()
1566 return sprintf(page, "%u\n", to_o2hb_region(item)->hr_block_bytes); in o2hb_region_block_bytes_show()
1573 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_block_bytes_store()
1595 return sprintf(page, "%llu\n", to_o2hb_region(item)->hr_start_block); in o2hb_region_start_block_show()
1602 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_start_block_store()
1620 return sprintf(page, "%d\n", to_o2hb_region(item)->hr_blocks); in o2hb_region_blocks_show()
1627 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_blocks_store()
1650 if (to_o2hb_region(item)->hr_bdev) in o2hb_region_dev_show()
1651 ret = sprintf(page, "%s\n", to_o2hb_region(item)->hr_dev_name); in o2hb_region_dev_show()
[all …]