Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c880 LASSERT(list_empty(&imp->imp_zombie_chain)); in class_import_put()
920 INIT_LIST_HEAD(&imp->imp_zombie_chain); in class_new_import()
1130 imp_zombie_chain); in obd_zombie_impexp_cull()
1131 list_del_init(&import->imp_zombie_chain); in obd_zombie_impexp_cull()
1211 LASSERT(list_empty(&imp->imp_zombie_chain)); in obd_zombie_import_add()
1213 list_add(&imp->imp_zombie_chain, &obd_zombie_imports); in obd_zombie_import_add()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h169 struct list_head imp_zombie_chain; member