Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h150 struct obd_export { struct
156 struct portals_handle exp_handle;
157 atomic_t exp_refcount;
164 atomic_t exp_rpc_count; /* RPC references */
165 atomic_t exp_cb_count; /* Commit callback references */
167 atomic_t exp_replay_count;
168 atomic_t exp_locks_count; /** Lock references */
170 struct list_head exp_locks_list;
171 spinlock_t exp_locks_list_guard;
174 struct obd_uuid exp_client_uuid;
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1299 int (*test_export)(struct obd_export *)) in class_disconnect_stale_exports()