Home
last modified time | relevance | path

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

/Linux-v5.4/fs/dlm/
Dconfig.c47 struct dlm_node;
238 struct dlm_node { struct
337 static struct dlm_node *config_item_to_node(struct config_item *i) in config_item_to_node()
339 return i ? container_of(i, struct dlm_node, item) : NULL; in config_item_to_node()
491 struct dlm_node *nd; in make_node()
493 nd = kzalloc(sizeof(struct dlm_node), GFP_NOFS); in make_node()
513 struct dlm_node *nd = config_item_to_node(i); in drop_node()
525 struct dlm_node *nd = config_item_to_node(i); in release_node()
684 struct dlm_node *nd = config_item_to_node(item); in node_nodeid_store()
779 struct dlm_node *nd; in dlm_config_nodes()