Home
last modified time | relevance | path

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

/dflybsd-src/sbin/fsck_hammer2/
H A Dtest.c110 } blockref_stats_t; typedef
130 static void init_blockref_stats(blockref_stats_t *, uint8_t);
131 static void cleanup_blockref_stats(blockref_stats_t *);
134 static void print_blockref_stats(const blockref_stats_t *, bool);
138 static int verify_blockref(const hammer2_blockref_t *, bool, blockref_stats_t *,
303 blockref_stats_t bstats; in test_blockref()
355 blockref_stats_t bstats; in test_pfs_blockref()
546 init_blockref_stats(blockref_stats_t *bstats, uint8_t type) in init_blockref_stats()
554 cleanup_blockref_stats(blockref_stats_t *bstats) in cleanup_blockref_stats()
572 print_blockref_stats(const blockref_stats_t *bstats, bool newline) in print_blockref_stats()
[all …]