Searched refs:dlm_find_mle (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/fs/ocfs2/dlm/ |
D | dlmmaster.c | 98 static int dlm_find_mle(struct dlm_ctxt *dlm, 339 static int dlm_find_mle(struct dlm_ctxt *dlm, in dlm_find_mle() function 780 blocked = dlm_find_mle(dlm, &mle, (char *)lockid, namelen); in dlm_get_lock_resource() 1465 found = dlm_find_mle(dlm, &tmpmle, name, namelen); in dlm_master_request_handler() 1528 found = dlm_find_mle(dlm, &tmpmle, name, namelen); in dlm_master_request_handler() 1677 if (dlm_find_mle(dlm, &mle, (char *)lockname, in dlm_do_assert_master() 1763 if (!dlm_find_mle(dlm, &mle, name, namelen)) { in dlm_assert_master_handler() 3128 found = dlm_find_mle(dlm, oldmle, (char *)name, namelen); in dlm_add_migration_mle()
|