Home
last modified time | relevance | path

Searched refs:dlm_lockid_hash (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/dlm/
Ddlmmaster.c288 mle->mnamehash = dlm_lockid_hash(name, namelen); in dlm_init_mle()
334 hash = dlm_lockid_hash(name, namelen); in dlm_find_mle()
539 res->lockname.hash = dlm_lockid_hash(name, namelen); in dlm_init_lockres()
720 hash = dlm_lockid_hash(lockid, namelen); in dlm_get_lock_resource()
1427 hash = dlm_lockid_hash(name, namelen); in dlm_master_request_handler()
1779 hash = dlm_lockid_hash(name, namelen); in dlm_assert_master_handler()
2282 hash = dlm_lockid_hash(name, namelen); in dlm_deref_lockres_handler()
2374 hash = dlm_lockid_hash(name, namelen); in dlm_deref_lockres_done_handler()
3120 hash = dlm_lockid_hash(name, namelen); in dlm_migrate_request_handler()
Ddlmcommon.h35 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l) macro
Ddlmrecovery.c1403 hash = dlm_lockid_hash(mres->lockname, mres->lockname_len); in dlm_mig_lockres_handler()
1723 hash = dlm_lockid_hash(req->name, req->namelen); in dlm_master_requery_handler()
Ddlmdomain.c238 unsigned int hash = dlm_lockid_hash(name, len); in dlm_lookup_lockres()