Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h1051 #define VS_ZIO_TYPES 6 macro
1062 uint64_t vs_ops[VS_ZIO_TYPES]; /* operation count */
1063 uint64_t vs_bytes[VS_ZIO_TYPES]; /* bytes read/written */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev.c4082 for (int t = 0; t < VS_ZIO_TYPES; t++) { in vdev_get_child_stat()