Home
last modified time | relevance | path

Searched defs:dlm_mhandle (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/dlm/
Dmidcomms.c196 struct dlm_mhandle { struct
197 const struct dlm_header *inner_hd;
198 struct midcomms_node *node;
199 struct dlm_opts *opts;
200 struct dlm_msg *msg;
201 bool committed;
202 uint32_t seq;
227 return kmem_cache_create("dlm_mhandle", sizeof(struct dlm_mhandle), in dlm_midcomms_cache_create() argument