Home
last modified time | relevance | path

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

/Linux-v5.15/fs/dlm/
Dconfig.c38 static struct dlm_comm *local_comm;
46 struct dlm_comm;
284 struct dlm_comm { struct
392 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm()
394 return i ? container_of(i, struct dlm_comm, item) : NULL; in config_item_to_comm()
521 struct dlm_comm *cm; in make_comm()
523 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm()
542 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm()
553 struct dlm_comm *cm = config_item_to_comm(i); in release_comm()
648 struct dlm_comm *cm = config_item_to_comm(item); in comm_local_store()
[all …]