Home
last modified time | relevance | path

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

/Linux-v5.4/fs/dlm/
Dconfig.c332 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm() function
473 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm()
484 struct dlm_comm *cm = config_item_to_comm(i); in release_comm()
558 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid); in comm_nodeid_show()
564 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store()
573 return sprintf(buf, "%d\n", config_item_to_comm(item)->local); in comm_local_show()
579 struct dlm_comm *cm = config_item_to_comm(item); in comm_local_store()
592 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_store()
620 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_list_show()
754 cm = config_item_to_comm(i); in get_comm()