Searched defs:rfs4_database (Results 1 – 1 of 1) sorted by relevance
124 struct rfs4_database { struct125 kmutex_t db_lock[1];126 uint32_t db_debug_flags; /* Table debug flags to set */127 uint32_t db_shutdown_count; /* count to manage shutdown */128 kcondvar_t db_shutdown_wait; /* where the shutdown waits */129 rfs4_table_t *db_tables; /* list of tables in db */