Lines Matching defs:cm
587 struct dlm_comm *cm; in make_comm() local
607 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm() local
618 struct dlm_comm *cm = config_item_to_comm(i); in release_comm() local
712 struct dlm_comm *cm = config_item_to_comm(i); in show_comm() local
721 struct dlm_comm *cm = config_item_to_comm(i); in store_comm() local
727 static ssize_t comm_nodeid_read(struct dlm_comm *cm, char *buf) in comm_nodeid_read()
732 static ssize_t comm_nodeid_write(struct dlm_comm *cm, const char *buf, in comm_nodeid_write()
742 static ssize_t comm_local_read(struct dlm_comm *cm, char *buf) in comm_local_read()
747 static ssize_t comm_local_write(struct dlm_comm *cm, const char *buf, in comm_local_write()
759 static ssize_t comm_addr_write(struct dlm_comm *cm, const char *buf, size_t len) in comm_addr_write()
786 static ssize_t comm_addr_list_read(struct dlm_comm *cm, char *buf) in comm_addr_list_read()
907 struct dlm_comm *cm = NULL; in get_comm() local
931 static void put_comm(struct dlm_comm *cm) in put_comm()
986 struct dlm_comm *cm = get_comm(nodeid); in dlm_comm_seq() local