Searched refs:dlm_find_mle (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/ocfs2/dlm/ |
D | dlmmaster.c | 83 static int dlm_find_mle(struct dlm_ctxt *dlm, 324 static int dlm_find_mle(struct dlm_ctxt *dlm, in dlm_find_mle() function 816 blocked = dlm_find_mle(dlm, &mle, (char *)lockid, namelen); in dlm_get_lock_resource() 1500 found = dlm_find_mle(dlm, &tmpmle, name, namelen); in dlm_master_request_handler() 1561 found = dlm_find_mle(dlm, &tmpmle, name, namelen); in dlm_master_request_handler() 1708 if (dlm_find_mle(dlm, &mle, (char *)lockname, in dlm_do_assert_master() 1794 if (!dlm_find_mle(dlm, &mle, name, namelen)) { in dlm_assert_master_handler() 3197 found = dlm_find_mle(dlm, oldmle, (char *)name, namelen); in dlm_add_migration_mle()
|