Home
last modified time | relevance | path

Searched refs:ldlm_namespace_list (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1075 if (list_empty(ldlm_namespace_list(client))) { in ldlm_pools_count()
1130 if (list_empty(ldlm_namespace_list(client))) { in ldlm_pools_scan()
1198 list_for_each_entry(ns, ldlm_namespace_list(client), in ldlm_pools_recalc()
1230 list_for_each_entry(ns, ldlm_namespace_list(client), in ldlm_pools_recalc()
1270 if (list_empty(ldlm_namespace_list(client))) { in ldlm_pools_recalc()
Dldlm_resource.c988 list_move_tail(&ns->ns_list_chain, ldlm_namespace_list(client)); in ldlm_namespace_move_to_active_locked()
1005 LASSERT(!list_empty(ldlm_namespace_list(client))); in ldlm_namespace_first_locked()
1006 return container_of(ldlm_namespace_list(client)->next, in ldlm_namespace_first_locked()
1337 list_for_each(tmp, ldlm_namespace_list(client)) { in ldlm_dump_all_namespaces()
Dldlm_internal.h69 static inline struct list_head *ldlm_namespace_list(ldlm_side_t client) in ldlm_namespace_list() function
Dldlm_lockd.c1106 if (!list_empty(ldlm_namespace_list(LDLM_NAMESPACE_SERVER)) || in ldlm_cleanup()
1107 !list_empty(ldlm_namespace_list(LDLM_NAMESPACE_CLIENT))) { in ldlm_cleanup()