lockres_hash      114 fs/ocfs2/dlm/dlmcommon.h 	struct hlist_head **lockres_hash;
lockres_hash      177 fs/ocfs2/dlm/dlmcommon.h 	return dlm->lockres_hash[(i / DLM_BUCKETS_PER_PAGE) % DLM_HASH_PAGES] + (i % DLM_BUCKETS_PER_PAGE);
lockres_hash      296 fs/ocfs2/dlm/dlmdomain.c 	if (dlm->lockres_hash)
lockres_hash      297 fs/ocfs2/dlm/dlmdomain.c 		dlm_free_pagevec((void **)dlm->lockres_hash, DLM_HASH_PAGES);
lockres_hash     1969 fs/ocfs2/dlm/dlmdomain.c 	dlm->lockres_hash = (struct hlist_head **)dlm_alloc_pagevec(DLM_HASH_PAGES);
lockres_hash     1970 fs/ocfs2/dlm/dlmdomain.c 	if (!dlm->lockres_hash) {
lockres_hash     2062 fs/ocfs2/dlm/dlmdomain.c 		if (dlm->lockres_hash)
lockres_hash     2063 fs/ocfs2/dlm/dlmdomain.c 			dlm_free_pagevec((void **)dlm->lockres_hash,