Searched refs:dbt_indices (Results 1 – 2 of 2) sorted by relevance
284 table->dbt_indices = NULL; in rfs4_table_create()353 while (table->dbt_indices) { in rfs4_table_destroy()354 idx = table->dbt_indices; in rfs4_table_destroy()355 table->dbt_indices = idx->dbi_inext; in rfs4_table_destroy()403 idx->dbi_inext = table->dbt_indices; in rfs4_index_create()404 table->dbt_indices = idx; in rfs4_index_create()439 for (idx = table->dbt_indices; idx; idx = idx->dbi_inext) { in rfs4_dbe_destroy()664 for (ip = table->dbt_indices; ip; ip = ip->dbi_inext) { in rfs4_dbsearch()701 buckets = table->dbt_indices->dbi_buckets; in rfs4_cpr_callb()735 rfs4_bucket_t *buckets = table->dbt_indices->dbi_buckets, *bp; in rfs4_dbe_walk()[all …]
110 rfs4_index_t *dbt_indices; /* list of indices */ member