Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c855 OBD_FREE_RCU(imp, sizeof(*imp), &imp->imp_handle); in class_import_destroy()
939 INIT_LIST_HEAD(&imp->imp_handle.h_link); in class_new_import()
940 class_handle_hash(&imp->imp_handle, &import_handle_ops); in class_new_import()
956 class_handle_unhash(&import->imp_handle); in class_destroy_import()
/drivers/staging/lustre/lustre/include/
Dlustre_import.h158 struct portals_handle imp_handle; member