io_stats
struct io_stats *io = dk->sc_dkdev.dk_stats;
struct io_stats *stats; /* statistics for the drive */
struct io_stats *stat;
struct io_stats *
struct io_stats *iostatp;
struct io_stats *
struct io_stats *stats;
iostat_free(struct io_stats *stats)
iostat_rename(struct io_stats *stats, const char *name)
iostat_wait(struct io_stats *stats)
iostat_busy(struct io_stats *stats)
iostat_unbusy(struct io_stats *stats, long bcount, int read)
iostat_isbusy(struct io_stats *stats)
iostat_seek(struct io_stats *stats)
struct io_stats *stats;
struct io_stats *stats;
struct io_stats *nm_stats; /* per nfs mount statistics */
struct io_stats *dk_stats;
TAILQ_ENTRY(io_stats) io_link;
TAILQ_HEAD(iostatlist_head, io_stats); /* the iostatlist is a TAILQ */
void iostat_wait(struct io_stats *);
void iostat_busy(struct io_stats *);
void iostat_unbusy(struct io_stats *, long, int);
bool iostat_isbusy(struct io_stats *);
struct io_stats *iostat_find(const char *);
struct io_stats *iostat_alloc(int32_t, void *, const char *);
void iostat_free(struct io_stats *);
void iostat_rename(struct io_stats *, const char *);
void iostat_seek(struct io_stats *);