Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/dlm/
A Dconfig.c547 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm()
558 struct dlm_comm *cm = config_item_to_comm(i); in release_comm()
632 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid); in comm_nodeid_show()
638 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store()
647 return sprintf(buf, "%d\n", config_item_to_comm(item)->local); in comm_local_show()
653 struct dlm_comm *cm = config_item_to_comm(item); in comm_local_store()
666 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_store()
694 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_list_show()
739 return sprintf(buf, "%u\n", config_item_to_comm(item)->mark); in comm_mark_show()
756 comm = config_item_to_comm(item); in comm_mark_store()
[all …]

Completed in 5 milliseconds