Searched defs:dlm_mhandle (Results 1 – 1 of 1) sorted by relevance
198 struct dlm_mhandle { struct199 const union dlm_packet *inner_p;200 struct midcomms_node *node;201 struct dlm_opts *opts;202 struct dlm_msg *msg;203 bool committed;204 uint32_t seq;229 return kmem_cache_create("dlm_mhandle", sizeof(struct dlm_mhandle), in dlm_midcomms_cache_create() argument