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

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1433 uint64_t islog = B_FALSE, ishole = B_FALSE; local
1437 &islog);
1440 if (islog || ishole)
2393 uint64_t ishole = B_FALSE, islog = B_FALSE; local
2399 &islog);
2401 if (ishole || islog)
2419 uint64_t islog = B_FALSE; local
2421 ZPOOL_CONFIG_IS_LOG, &islog);
2423 if (islog) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2410 boolean_t avail_spare, l2cache, islog; local
2423 &islog)) == NULL)
2622 boolean_t avail_spare, l2cache, islog; local
2650 &islog)) == 0)
2731 if (islog)
3114 boolean_t avail_spare, l2cache, islog; local
3123 &islog)) == 0)
3128 if (!avail_spare && !l2cache && !islog) {
3136 if (islog && version < SPA_VERSION_HOLES) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c439 uint64_t guid = 0, islog, nparity; local
483 islog = 0;
484 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog);
485 if (islog && spa_version(spa) < SPA_VERSION_SLOGS)
529 vd->vdev_islog = islog;
588 vd->vdev_mg = metaslab_group_create(islog ?
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c4762 boolean_t islog = B_FALSE; local
4807 islog = B_TRUE;
4867 if ((maxfaults >= 2 || islog) && guid0 != 0) {
4880 if (islog)
4885 if (islog)

Completed in 281 milliseconds