Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dzfs.h598 #define SPA_MINDEVSIZE (64ULL << 20) macro
/titanic_44/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c627 if (slice->size < SPA_MINDEVSIZE) { in slice_too_small()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c977 if ((size < (SPA_MINDEVSIZE / blksz)) && in check_one_slice()
1065 statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func()
H A Dlibzfs_pool.c1142 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_create()
1279 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_add()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1639 return (MAX(space >> spa_slop_shift, SPA_MINDEVSIZE >> 1)); in spa_get_slop_space()
H A Dvdev.c1232 if (osize < SPA_MINDEVSIZE) { in vdev_open()
1242 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE - in vdev_open()
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c175 .zo_vdev_size = SPA_MINDEVSIZE * 2,
642 zo->zo_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options()