Searched defs:rfs4_table (Results 1 – 1 of 1) sorted by relevance
91 struct rfs4_table { struct92 rfs4_table_t *dbt_tnext; /* next table in db */ argument93 struct rfs4_database *dbt_db; /* db that holds this table */94 krwlock_t dbt_t_lock[1]; /* lock table for resize */95 kmutex_t dbt_lock[1]; /* mutex for count and cached */96 char *dbt_name; /* Table name */97 id_space_t *dbt_id_space; /* space for unique entry ids */98 time_t dbt_min_cache_time; /* How long to cache entries */99 time_t dbt_max_cache_time; /* How long to cache entries */100 uint32_t dbt_usize; /* User entry size */[all …]