Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_import.c1071 if ((size < (SPA_MINDEVSIZE / blksz)) && in check_one_slice()
1165 statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func()
1176 if (statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func()
Dlibzfs_pool.c1267 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_create()
1453 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_add()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
Dzfs.h684 #define SPA_MINDEVSIZE (64ULL << 20) macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_geom.c235 } else if (pp->mediasize < SPA_MINDEVSIZE) { in vdev_geom_attach()
Dvdev.c1765 if (osize < SPA_MINDEVSIZE) { in vdev_open()
1775 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE - in vdev_open()
/freebsd-12-stable/sys/cddl/boot/zfs/
Dzfsimpl.h820 #define SPA_MINDEVSIZE (64ULL << 20) macro
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c191 .zo_vdev_size = SPA_MINDEVSIZE * 4, /* 256m default size */
730 zo->zo_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options()
/freebsd-12-stable/stand/libsa/zfs/
Dzfsimpl.c1762 if (vtmp.v_psize < SPA_MINDEVSIZE) in vdev_probe()