Home
last modified time | relevance | path

Searched defs:obd_import (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h156 struct obd_import { struct
158 struct portals_handle imp_handle;
160 atomic_t imp_refcount;
161 struct lustre_handle imp_dlm_handle; /* client's ldlm export */
163 struct ptlrpc_connection *imp_connection;
165 struct ptlrpc_client *imp_client;
167 struct list_head imp_pinger_chain;
169 struct list_head imp_zombie_chain;
176 struct list_head imp_replay_list;
177 struct list_head imp_sending_list;
[all …]