Lines Matching refs:dlm_comm
37 static struct dlm_comm *local_comm;
45 struct dlm_comm;
253 struct dlm_comm { struct
361 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm()
363 return i ? container_of(i, struct dlm_comm, item) : NULL; in config_item_to_comm()
490 struct dlm_comm *cm; in make_comm()
492 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm()
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()
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()
801 static struct dlm_comm *get_comm(int nodeid) in get_comm()
804 struct dlm_comm *cm = NULL; in get_comm()
828 static void put_comm(struct dlm_comm *cm) in put_comm()
883 struct dlm_comm *cm = get_comm(nodeid); in dlm_comm_seq()
893 struct dlm_comm *cm; in dlm_comm_mark()