Searched defs:dlm_mhandle (Results 1 – 1 of 1) sorted by relevance
196 struct dlm_mhandle { struct197 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