Home
last modified time | relevance | path

Searched refs:stats_good (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_dbm.c56 assert(stats_good(st)); in stats_dbm_open()
80 assert(stats_good(st)); in stats_dbm_rm()
102 assert(stats_good(st)); in stats_dbm_close()
121 assert(stats_good(st)); in stats_dbm_fetch_byfid()
152 assert(stats_good(st)); in stats_dbm_store_byfid()
178 assert(stats_good(st)); in stats_dbm_fetch_byvfsp()
215 assert(stats_good(st)); in stats_dbm_store_byvfsp()
242 assert(stats_good(st)); in stats_dbm_delete_byvfsp()
254 assert(stats_good(st)); in stats_dbm_firstkey()
263 assert(stats_good(st)); in stats_dbm_nextkey()
[all …]
H A Dstats_stats.c48 assert(stats_good(st)); in stats_read_stat()
233 assert(stats_good(st)); in stats_zero_stats()
H A Dstats_create.c168 assert(stats_good(st)); in stats_next()
245 assert(stats_good(st)); in stats_getkey()
323 stats_good(stats_cookie_t *st) in stats_good() function
H A Dstats_log.c66 assert(stats_good(st)); in stats_log_kernel_setname()
153 assert(stats_good(st)); in stats_log_which()
184 assert(stats_good(st)); in stats_log_kernel_getname()
202 assert(stats_good(st)); in stats_log_kstat_read()
232 assert(stats_good(st)); in stats_log_logfile_open()
314 assert(stats_good(st)); in stats_log_logfile_read()
951 assert(stats_good(st)); in stats_log_record_toascii()
1511 assert(stats_good(st)); in stats_log_fi_add()
1641 assert(stats_good(st)); in stats_log_getheader()
1668 assert(stats_good(st)); in stats_log_compute_wssize()
[all …]
H A Dstats.h190 int stats_good(stats_cookie_t *);
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefslog/
H A Dcachefslog.c109 if (! stats_good(fs)) { in main()