Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2839 boolean_t do_rewind = B_FALSE; in zpool_do_import() local
2883 do_rewind = B_TRUE; in zpool_do_import()
2972 if ((dryrun || xtreme_rewind) && !do_rewind) { in zpool_do_import()
2979 else if (do_rewind) in zpool_do_import()
6060 boolean_t do_rewind = B_FALSE; in zpool_do_clear() local
6071 do_rewind = B_TRUE; in zpool_do_clear()
6099 if ((dryrun || xtreme_rewind) && !do_rewind) { in zpool_do_clear()
6106 else if (do_rewind) in zpool_do_clear()