Searched refs:config_item_to_comm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | config.c | 361 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm() function 511 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm() 522 struct dlm_comm *cm = config_item_to_comm(i); in release_comm() 596 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid); in comm_nodeid_show() 602 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store() 611 return sprintf(buf, "%d\n", config_item_to_comm(item)->local); in comm_local_show() 617 struct dlm_comm *cm = config_item_to_comm(item); in comm_local_store() 630 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_store() 658 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_list_show() 703 return sprintf(buf, "%u\n", config_item_to_comm(ite in comm_mark_show() [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | config.c | 384 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm() function 532 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm() 543 struct dlm_comm *cm = config_item_to_comm(i); in release_comm() 617 return sprintf(buf, "%d\n", config_item_to_comm(item)->nodeid); in comm_nodeid_show() 623 int rc = kstrtoint(buf, 0, &config_item_to_comm(item)->nodeid); in comm_nodeid_store() 632 return sprintf(buf, "%d\n", config_item_to_comm(item)->local); in comm_local_show() 638 struct dlm_comm *cm = config_item_to_comm(item); in comm_local_store() 651 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_store() 679 struct dlm_comm *cm = config_item_to_comm(item); in comm_addr_list_show() 724 return sprintf(buf, "%u\n", config_item_to_comm(ite in comm_mark_show() [all...] |
Completed in 4 milliseconds