Searched defs:obd_export (Results 1 – 1 of 1) sorted by relevance
122 struct obd_export { struct128 struct portals_handle exp_handle;129 atomic_t exp_refcount;136 atomic_t exp_rpc_count; /* RPC references */137 atomic_t exp_cb_count; /* Commit callback references */139 atomic_t exp_replay_count;140 atomic_t exp_locks_count; /** Lock references */142 struct list_head exp_locks_list;143 spinlock_t exp_locks_list_guard;146 struct obd_uuid exp_client_uuid;[all …]