Home
last modified time | relevance | path

Searched refs:ec_objects (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c463 list_add_tail(&eco->eo_obj_chain, &ec->ec_objects); in echo_object_init()
864 list_for_each_entry(eco, &ec->ec_objects, eo_obj_chain) in echo_device_free()
876 while (!list_empty(&ec->ec_objects)) { in echo_device_free()
2050 INIT_LIST_HEAD(&ec->ec_objects); in echo_client_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h451 struct list_head ec_objects; member