Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c5368 uint64_t unsupported_flags; in zpool_do_iostat() local
5579 unsupported_flags = cb.cb_flags & ~get_stat_flags(list); in zpool_do_iostat()
5580 if (unsupported_flags) { in zpool_do_iostat()
5587 for (f = unsupported_flags; f; f &= ~(1ULL << idx)) { in zpool_do_iostat()