Lines Matching refs:item
1434 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region() argument
1436 return item ? container_of(item, struct o2hb_region, hr_item) : NULL; in to_o2hb_region()
1442 static void o2hb_region_release(struct config_item *item) in o2hb_region_release() argument
1446 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_release()
1943 static ssize_t o2hb_region_show(struct config_item *item, in o2hb_region_show() argument
1947 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_show()
1957 static ssize_t o2hb_region_store(struct config_item *item, in o2hb_region_store() argument
1961 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_region_store()
2107 struct config_item *item) in o2hb_heartbeat_group_drop_item() argument
2110 struct o2hb_region *reg = to_o2hb_region(item); in o2hb_heartbeat_group_drop_item()
2133 "stopped" : "start aborted"), config_item_name(item), in o2hb_heartbeat_group_drop_item()
2147 config_item_put(item); in o2hb_heartbeat_group_drop_item()
2175 static ssize_t o2hb_heartbeat_group_show(struct config_item *item, in o2hb_heartbeat_group_show() argument
2179 struct o2hb_heartbeat_group *reg = to_o2hb_heartbeat_group(to_config_group(item)); in o2hb_heartbeat_group_show()
2189 static ssize_t o2hb_heartbeat_group_store(struct config_item *item, in o2hb_heartbeat_group_store() argument
2193 struct o2hb_heartbeat_group *reg = to_o2hb_heartbeat_group(to_config_group(item)); in o2hb_heartbeat_group_store()