Lines Matching defs:when
271 * partially failed, and when it recovers, we can continue to free the
291 * used to determine when the spa_deadman() logic should fire. By default the
520 * Fires when spa_sync has not completed within zfs_deadman_synctime_ms.
555 cyc_time_t when;
604 when.cyt_interval = MSEC2NSEC(zfs_deadman_checktime_ms);
605 when.cyt_when = CY_INFINITY;
607 spa->spa_deadman_cycid = cyclic_add(&hdlr, &when);
821 * number of references acquired when opening a pool
1082 * Internal implementation for spa_vdev_enter(). Used when a vdev
1185 * when opening up a vdev. Unfortunately if we're holding the
1186 * SCL_ZIO lock it will result in a deadlock when we try to issue
1190 * any I/O when we are doing the actual open.
1230 * when the command completes, you expect no further I/O from ZFS.
1262 * because it will be written out anyway when we finish
1678 * behavior will be to block all I/Os when a complete failure occurs.