Searched defs:obd_export (Results 1 – 2 of 2) sorted by relevance
150 struct obd_export { struct156 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 …]
1299 int (*test_export)(struct obd_export *)) in class_disconnect_stale_exports()