Searched refs:islog (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c1467 uint64_t islog = B_FALSE, ishole = B_FALSE; local
1471 &islog);
1474 if (islog || ishole)
2435 uint64_t ishole = B_FALSE, islog = B_FALSE; local
2441 &islog);
2443 if (ishole || islog)
2461 uint64_t islog = B_FALSE; local
2463 ZPOOL_CONFIG_IS_LOG, &islog);
2465 if (islog) {
2973 uint64_t islog local
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c2399 boolean_t avail_spare, l2cache, islog; local
2412 &islog)) == NULL)
2611 boolean_t avail_spare, l2cache, islog; local
2629 &islog)) == 0)
2710 if (islog)
3090 boolean_t avail_spare, l2cache, islog; local
3099 &islog)) == 0)
3104 if (!avail_spare && !l2cache && !islog) {
3112 if (islog && version < SPA_VERSION_HOLES) {
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev.c474 uint64_t guid = 0, islog, nparity; local
518 islog = 0;
519 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog);
520 if (islog && spa_version(spa) < SPA_VERSION_SLOGS)
564 vd->vdev_islog = islog;
627 vd->vdev_mg = metaslab_group_create(islog ?
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c4801 boolean_t islog = B_FALSE; local
4846 islog = B_TRUE;
4906 if ((maxfaults >= 2 || islog) && guid0 != 0) {
4919 if (islog)
4924 if (islog)

Completed in 202 milliseconds