Home
last modified time | relevance | path

Searched refs:ST_DBMOPEN (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c57 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 …]
H A Dstats.h100 #define ST_DBMOPEN 0x0010 /* dbm descriptor is open */ macro
H A Dstats_create.c315 assert(! (st->st_flags & ST_DBMOPEN)); in stats_destroy()
H A Dstats_log.c1512 assert(st->st_flags & ST_DBMOPEN); in stats_log_fi_add()
1670 assert(st->st_flags & ST_DBMOPEN); in stats_log_compute_wssize()