Searched refs:ST_DBMOPEN (Results 1 – 4 of 4) sorted by relevance
57 assert(! (st->st_flags & ST_DBMOPEN)); in stats_dbm_open()71 st->st_flags |= ST_DBMOPEN; in stats_dbm_open()82 if (! (st->st_flags & ST_DBMOPEN)) in stats_dbm_rm()104 if (! (st->st_flags & ST_DBMOPEN)) in stats_dbm_close()107 st->st_flags &= ~ST_DBMOPEN; in stats_dbm_close()122 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_fetch_byfid()153 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_store_byfid()179 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_fetch_byvfsp()216 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_store_byvfsp()243 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_delete_byvfsp()[all …]
100 #define ST_DBMOPEN 0x0010 /* dbm descriptor is open */ macro
315 assert(! (st->st_flags & ST_DBMOPEN)); in stats_destroy()
1512 assert(st->st_flags & ST_DBMOPEN); in stats_log_fi_add()1670 assert(st->st_flags & ST_DBMOPEN); in stats_log_compute_wssize()