Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_db.c398 table->dbt_indices = idx->dbi_inext; in rfs4_table_destroy()
446 idx->dbi_inext = table->dbt_indices; 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()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_db_impl.h88 struct rfs4_index *dbi_inext; /* next index on table */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Drfs4.c1125 wsp->walk_addr = (uintptr_t)idx.dbi_inext; in rfs4_db_idx_walk_step()