Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/cluster/
Dheartbeat.c1974 struct o2hb_region_attribute *o2hb_region_attr = in o2hb_region_show() local
1978 if (o2hb_region_attr->show) in o2hb_region_show()
1979 ret = o2hb_region_attr->show(reg, page); in o2hb_region_show()
1988 struct o2hb_region_attribute *o2hb_region_attr = in o2hb_region_store() local
1992 if (o2hb_region_attr->store) in o2hb_region_store()
1993 ret = o2hb_region_attr->store(reg, page, count); in o2hb_region_store()