Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h158 struct obd_import { struct
160 struct portals_handle imp_handle;
162 atomic_t imp_refcount;
163 struct lustre_handle imp_dlm_handle; /* client's ldlm export */
165 struct ptlrpc_connection *imp_connection;
167 struct ptlrpc_client *imp_client;
169 struct list_head imp_pinger_chain;
171 struct list_head imp_zombie_chain;
178 struct list_head imp_replay_list;
179 struct list_head imp_sending_list;
[all …]