Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dconfig.c389 static struct dlm_node *config_item_to_node(struct config_item *i) in config_item_to_node() function
572 struct dlm_node *nd = config_item_to_node(i); in drop_node()
584 struct dlm_node *nd = config_item_to_node(i); in release_node()
767 return sprintf(buf, "%d\n", config_item_to_node(item)->nodeid); in node_nodeid_show()
773 struct dlm_node *nd = config_item_to_node(item); in node_nodeid_store()
786 return sprintf(buf, "%d\n", config_item_to_node(item)->weight); in node_weight_show()
792 int rc = kstrtoint(buf, 0, &config_item_to_node(item)->weight); in node_weight_store()