Home
last modified time | relevance | path

Searched refs:cm (Results 1 – 1 of 1) sorted by relevance

/fs/dlm/
Dconfig.c453 struct dlm_comm *cm; in make_comm() local
455 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm()
456 if (!cm) in make_comm()
459 config_item_init_type_name(&cm->item, name, &comm_type); in make_comm()
461 cm->seq = dlm_comm_count++; in make_comm()
462 if (!cm->seq) in make_comm()
463 cm->seq = dlm_comm_count++; in make_comm()
465 cm->nodeid = -1; in make_comm()
466 cm->local = 0; in make_comm()
467 cm->addr_count = 0; in make_comm()
[all …]