Home
last modified time | relevance | path

Searched defs:devstat (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/sys/
H A Ddevicestat.h124 struct devstat { struct
131 int unit_number;
132 u_int64_t bytes_read; /*
140 u_int64_t bytes_freed; /*
144 u_int64_t num_reads; /*
149 u_int64_t num_writes; /*
154 u_int64_t num_frees; /*
159 u_int64_t num_other; /*
165 int32_t busy_count; /*
172 u_int64_t tag_types[3]; /*
[all …]
/dragonfly/sbin/badsect/
H A Dbadsect.c86 struct stat stbuf, devstat; in main() local
/dragonfly/sbin/fsck/
H A Dmain.c382 struct stat devstat, mntdevstat; in getmntpt() local
H A Dfsutil.c214 struct stat devstat, mntdevstat; in getmntpt() local
/dragonfly/sys/dev/disk/nata/
H A Data-raid.h113 struct devstat devstat; /* device statistics */ member