Searched refs:__dlm_lookup_domain_full (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 246 static struct dlm_ctxt * __dlm_lookup_domain_full(const char *domain, int len) in __dlm_lookup_domain_full() function 268 return __dlm_lookup_domain_full(domain, strlen(domain)); in __dlm_lookup_domain() 823 dlm = __dlm_lookup_domain_full(query->domain, query->name_len); in dlm_query_join_handler() 923 dlm = __dlm_lookup_domain_full(assert->domain, assert->name_len); in dlm_assert_joined_handler() 1118 dlm = __dlm_lookup_domain_full(qr->qr_domain, qr->qr_namelen); in dlm_query_region_handler() 1287 dlm = __dlm_lookup_domain_full(qn->qn_domain, qn->qn_namelen); in dlm_query_nodeinfo_handler() 1335 dlm = __dlm_lookup_domain_full(cancel->domain, cancel->name_len); in dlm_cancel_join_handler()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 244 static struct dlm_ctxt * __dlm_lookup_domain_full(const char *domain, int len) in __dlm_lookup_domain_full() function 266 return __dlm_lookup_domain_full(domain, strlen(domain)); in __dlm_lookup_domain() 821 dlm = __dlm_lookup_domain_full(query->domain, query->name_len); in dlm_query_join_handler() 921 dlm = __dlm_lookup_domain_full(assert->domain, assert->name_len); in dlm_assert_joined_handler() 1116 dlm = __dlm_lookup_domain_full(qr->qr_domain, qr->qr_namelen); in dlm_query_region_handler() 1285 dlm = __dlm_lookup_domain_full(qn->qn_domain, qn->qn_namelen); in dlm_query_nodeinfo_handler() 1333 dlm = __dlm_lookup_domain_full(cancel->domain, cancel->name_len); in dlm_cancel_join_handler()
|
Completed in 6 milliseconds