Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
H A Dconfig.c37 static struct dlm_comm *local_comm;
45 struct dlm_comm;
253 struct dlm_comm { struct
361 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm()
363 return i ? container_of(i, struct dlm_comm, item) : NULL; in config_item_to_comm()
490 struct dlm_comm *cm; in make_comm()
492 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm()
511 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm()
522 struct dlm_comm *cm = config_item_to_comm(i); in release_comm()
617 struct dlm_comm *c in comm_local_store()
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A Dconfig.c38 static struct dlm_comm *local_comm;
46 struct dlm_comm;
276 struct dlm_comm { struct
384 static struct dlm_comm *config_item_to_comm(struct config_item *i) in config_item_to_comm()
386 return i ? container_of(i, struct dlm_comm, item) : NULL; in config_item_to_comm()
511 struct dlm_comm *cm; in make_comm()
513 cm = kzalloc(sizeof(struct dlm_comm), GFP_NOFS); in make_comm()
532 struct dlm_comm *cm = config_item_to_comm(i); in drop_comm()
543 struct dlm_comm *cm = config_item_to_comm(i); in release_comm()
638 struct dlm_comm *c in comm_local_store()
[all...]

Completed in 3 milliseconds