Searched refs:dlm_lockid_hash (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/ocfs2/dlm/ |
D | dlmmaster.c | 303 mle->mnamehash = dlm_lockid_hash(name, namelen); in dlm_init_mle() 350 hash = dlm_lockid_hash(name, namelen); in dlm_find_mle() 568 res->lockname.hash = dlm_lockid_hash(name, namelen); in dlm_init_lockres() 704 hash = dlm_lockid_hash(lockid, namelen); in dlm_get_lock_resource() 1402 hash = dlm_lockid_hash(name, namelen); in dlm_master_request_handler() 1748 hash = dlm_lockid_hash(name, namelen); in dlm_assert_master_handler() 2245 hash = dlm_lockid_hash(name, namelen); in dlm_deref_lockres_handler() 3051 hash = dlm_lockid_hash(name, namelen); in dlm_migrate_request_handler()
|
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l) macro
|
D | dlmdomain.c | 248 unsigned int hash = dlm_lockid_hash(name, len); in dlm_lookup_lockres()
|
D | dlmrecovery.c | 1681 hash = dlm_lockid_hash(req->name, req->namelen); in dlm_master_requery_handler()
|