Searched refs:dbt_id_space (Results 1 – 3 of 3) sorted by relevance
332 table->dbt_id_space = NULL; in rfs4_table_create()340 table->dbt_id_space = id_space_create(id_name, start, in rfs4_table_create()408 if (table->dbt_id_space) in rfs4_table_destroy()409 id_space_destroy(table->dbt_id_space); in rfs4_table_destroy()500 if (table->dbt_id_space) in rfs4_dbe_destroy()501 id_free(table->dbt_id_space, entry->dbe_id); in rfs4_dbe_destroy()529 if (table->dbt_id_space) in rfs4_dbe_create()639 id_free(table->dbt_id_space, id); in rfs4_dbsearch()652 id_free(table->dbt_id_space, id); in rfs4_dbsearch()656 if (table->dbt_id_space && id == -1) { in rfs4_dbsearch()[all …]
97 id_space_t *dbt_id_space; /* space for unique entry ids */ member
172 mdb_printf("id_space = %p\n", tbl.dbt_id_space); in rfs4_tbl_dcmd()