new_ctxt         2109 fs/ocfs2/dlm/dlmdomain.c 	struct dlm_ctxt *new_ctxt = NULL;
new_ctxt         2161 fs/ocfs2/dlm/dlmdomain.c 	if (!new_ctxt) {
new_ctxt         2164 fs/ocfs2/dlm/dlmdomain.c 		new_ctxt = dlm_alloc_ctxt(domain, key);
new_ctxt         2165 fs/ocfs2/dlm/dlmdomain.c 		if (new_ctxt)
new_ctxt         2174 fs/ocfs2/dlm/dlmdomain.c 	dlm = new_ctxt;
new_ctxt         2175 fs/ocfs2/dlm/dlmdomain.c 	new_ctxt = NULL;
new_ctxt         2200 fs/ocfs2/dlm/dlmdomain.c 	if (new_ctxt)
new_ctxt         2201 fs/ocfs2/dlm/dlmdomain.c 		dlm_free_ctxt_mem(new_ctxt);