Lines Matching defs:dlm
232 * o2dlm aways has a "valid" LVB. If the dlm loses track of the LVB
307 * Called from the dlm when it's about to evict a node. This is how the
324 struct dlm_ctxt *dlm;
351 /* used by the dlm code to make message headers unique, each
357 dlm = dlm_register_domain(conn->cc_name, dlm_key, &fs_version);
358 if (IS_ERR(dlm)) {
359 rc = PTR_ERR(dlm);
366 conn->cc_lockspace = dlm;
368 dlm_register_eviction_cb(dlm, &priv->op_eviction_cb);
380 struct dlm_ctxt *dlm = conn->cc_lockspace;
387 dlm_unregister_domain(dlm);