Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c978 LASSERT(list_empty(&imp->imp_zombie_chain)); in class_import_put()
1016 INIT_LIST_HEAD(&imp->imp_zombie_chain); in class_new_import()
1578 imp_zombie_chain); in obd_zombie_impexp_cull()
1579 list_del_init(&import->imp_zombie_chain); in obd_zombie_impexp_cull()
1658 LASSERT(list_empty(&imp->imp_zombie_chain)); in obd_zombie_import_add()
1660 list_add(&imp->imp_zombie_chain, &obd_zombie_imports); in obd_zombie_import_add()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h171 struct list_head imp_zombie_chain; member