Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc1242 int io_n = GetVdevProp(VDEV_PROP_IO_N); in ShouldFault() local
1245 if (io_n == -1) in ShouldFault()
1246 io_n = DEFAULT_ZFS_DEGRADE_IO_COUNT; in ShouldFault()
1251 IsIOEvent) > io_n; in ShouldFault()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dvdev_get.cfg71 io_n
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/events/
H A Dzed_diagnose_multiple.ksh70 log_must zpool set io_n=4 $TESTPOOL $vdev
H A Dzed_io_config.ksh108 log_must zpool set io_n=1 $POOL $VDEV
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c566 uint64_t io_n, io_t; in zfs_fm_recv() local
915 &io_n) != 0) { in zfs_fm_recv()
916 io_n = DEFAULT_IO_N; in zfs_fm_recv()
926 io_n, in zfs_fm_recv()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c733 uint64_t io_n, io_t; in zfs_ereport_start() local
735 io_n = vdev_prop_get_inherited(vd, VDEV_PROP_IO_N); in zfs_ereport_start()
736 if (io_n != vdev_prop_default_numeric(VDEV_PROP_IO_N)) in zfs_ereport_start()
740 io_n, in zfs_ereport_start()