Searched refs:dbt_db (Results 1 – 2 of 2) sorted by relevance
266 table->dbt_db = db; in rfs4_table_create()878 mutex_enter(table->dbt_db->db_lock); in reaper_thread()879 table->dbt_db->db_shutdown_count--; in reaper_thread()880 cv_signal(&table->dbt_db->db_shutdown_wait); in reaper_thread()881 mutex_exit(table->dbt_db->db_lock); in reaper_thread()
93 struct rfs4_database *dbt_db; /* db that holds this table */ member