Searched refs:cm (Results 1 – 1 of 1) sorted by relevance
/fs/dlm/ |
D | config.c | 78 static ssize_t comm_nodeid_read(struct dlm_comm *cm, char *buf); 79 static ssize_t comm_nodeid_write(struct dlm_comm *cm, const char *buf, 81 static ssize_t comm_local_read(struct dlm_comm *cm, char *buf); 82 static ssize_t comm_local_write(struct dlm_comm *cm, const char *buf, 84 static ssize_t comm_addr_write(struct dlm_comm *cm, const char *buf, 86 static ssize_t comm_addr_list_read(struct dlm_comm *cm, char *buf); 589 struct dlm_comm *cm; in make_comm() local 591 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm() 592 if (!cm) in make_comm() 595 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm() [all …]
|