Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A 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()
H A Dlibzfs_pool.c1222 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_create()
1408 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_add()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h664 #define SPA_MINDEVSIZE (64ULL << 20) macro
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c235 } else if (pp->mediasize < SPA_MINDEVSIZE) { in vdev_geom_attach()
H A Dvdev.c1644 if (osize < SPA_MINDEVSIZE) { in vdev_open()
1654 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE - in vdev_open()
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h769 #define SPA_MINDEVSIZE (64ULL << 20) macro
/freebsd-12.1/stand/libsa/zfs/
H A Dzfsimpl.c1554 if (psize < SPA_MINDEVSIZE) in vdev_probe()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c181 .zo_vdev_size = SPA_MINDEVSIZE * 4, /* 256m default size */
665 zo->zo_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options()