Searched refs:dbt_id_space (Results 1 – 2 of 2) sorted by relevance
285 table->dbt_id_space = NULL; in rfs4_table_create()293 table->dbt_id_space = id_space_create(id_name, start, in rfs4_table_create()365 if (table->dbt_id_space) in rfs4_table_destroy()366 id_space_destroy(table->dbt_id_space); in rfs4_table_destroy()457 if (table->dbt_id_space) in rfs4_dbe_destroy()458 id_free(table->dbt_id_space, entry->dbe_id); in rfs4_dbe_destroy()486 if (table->dbt_id_space) in rfs4_dbe_create()596 id_free(table->dbt_id_space, id); in rfs4_dbsearch()609 id_free(table->dbt_id_space, id); in rfs4_dbsearch()613 if (table->dbt_id_space && id == -1) { in rfs4_dbsearch()[all …]
97 id_space_t *dbt_id_space; /* space for unique entry ids */ member