Home
last modified time | relevance | path

Searched refs:dbt_indices (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c331 table->dbt_indices = NULL; in rfs4_table_create()
396 while (table->dbt_indices) { in rfs4_table_destroy()
397 idx = table->dbt_indices; in rfs4_table_destroy()
398 table->dbt_indices = idx->dbi_inext; in rfs4_table_destroy()
446 idx->dbi_inext = table->dbt_indices; in rfs4_index_create()
447 table->dbt_indices = idx; in rfs4_index_create()
482 for (idx = table->dbt_indices; idx; idx = idx->dbi_inext) { in rfs4_dbe_destroy()
707 for (ip = table->dbt_indices; ip; ip = ip->dbi_inext) { in rfs4_dbsearch()
746 buckets = table->dbt_indices->dbi_buckets; in rfs4_cpr_callb()
780 rfs4_bucket_t *buckets = table->dbt_indices->dbi_buckets, *bp; in rfs4_dbe_walk()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h110 rfs4_index_t *dbt_indices; /* list of indices */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Drfs4.c163 tbl.dbt_indices, tbl.dbt_idxcnt, tbl.dbt_maxcnt); in rfs4_tbl_dcmd()
182 mdb_printf("indices = %p\n", tbl.dbt_indices); in rfs4_tbl_dcmd()