Searched refs:dlm_lockid_hash (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 286 mle->mnamehash = dlm_lockid_hash(name, namelen); in dlm_init_mle() 332 hash = dlm_lockid_hash(name, namelen); in dlm_find_mle() 537 res->lockname.hash = dlm_lockid_hash(name, namelen); in dlm_init_lockres() 718 hash = dlm_lockid_hash(lockid, namelen); in dlm_get_lock_resource() 1425 hash = dlm_lockid_hash(name, namelen); in dlm_master_request_handler() 1777 hash = dlm_lockid_hash(name, namelen); in dlm_assert_master_handler() 2280 hash = dlm_lockid_hash(name, namelen); in dlm_deref_lockres_handler() 2372 hash = dlm_lockid_hash(name, namelen); in dlm_deref_lockres_done_handler() 3115 hash = dlm_lockid_hash(name, namelen); in dlm_migrate_request_handler()
|
H A D | dlmcommon.h | 30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l) macro
|
H A D | dlmrecovery.c | 1394 hash = dlm_lockid_hash(mres->lockname, mres->lockname_len); in dlm_mig_lockres_handler() 1714 hash = dlm_lockid_hash(req->name, req->namelen); in dlm_master_requery_handler()
|