Lines Matching refs:dlm_comm
38 static struct dlm_comm *local_comm;
46 struct dlm_comm;
276 struct dlm_comm {
384 static struct dlm_comm *config_item_to_comm(struct config_item *i)
386 return i ? container_of(i, struct dlm_comm, item) : NULL;
511 struct dlm_comm *cm;
513 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS);
532 struct dlm_comm *cm = config_item_to_comm(i);
543 struct dlm_comm *cm = config_item_to_comm(i);
638 struct dlm_comm *cm = config_item_to_comm(item);
651 struct dlm_comm *cm = config_item_to_comm(item);
679 struct dlm_comm *cm = config_item_to_comm(item);
730 struct dlm_comm *comm;
831 static struct dlm_comm *get_comm(int nodeid)
834 struct dlm_comm *cm = NULL;
858 static void put_comm(struct dlm_comm *cm)
913 struct dlm_comm *cm = get_comm(nodeid);