Home
last modified time | relevance | path

Searched defs:rfs4_table (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h91 struct rfs4_table { struct
92 rfs4_table_t *dbt_tnext; /* next table in db */ argument
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 */
100 uint32_t dbt_usize; /* User entry size */
102 uint32_t dbt_len; /* # of buckets in table */
103 uint32_t dbt_count; /* # of entries in table */
104 uint32_t dbt_idxcnt; /* # of indices in table */
105 uint32_t dbt_maxcnt; /* max # of indices */
[all …]