Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab.h84 boolean_t metaslab_class_throttle_reserve(metaslab_class_t *, int,
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c2232 VERIFY(metaslab_class_throttle_reserve(mc, gbh_copies - copies, in zio_write_gang_block()
2307 VERIFY(metaslab_class_throttle_reserve(mc, in zio_write_gang_block()
2787 if (!metaslab_class_throttle_reserve(spa_normal_class(spa), in zio_io_to_allocate()
H A Dmetaslab.c3327 metaslab_class_throttle_reserve(metaslab_class_t *mc, int slots, zio_t *zio, in metaslab_class_throttle_reserve() function