Searched defs:obd_export (Results 1 – 1 of 1) sorted by relevance
62 struct obd_export { struct68 struct portals_handle exp_handle;69 atomic_t exp_refcount;76 atomic_t exp_rpc_count; /* RPC references */77 atomic_t exp_cb_count; /* Commit callback references */79 atomic_t exp_replay_count;80 atomic_t exp_locks_count; /** Lock references */82 struct list_head exp_locks_list;83 spinlock_t exp_locks_list_guard;86 struct obd_uuid exp_client_uuid;[all …]