Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h535 #define SPA_MINDEVSIZE (64ULL << 20) macro
/onnv-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c627 if (slice->size < SPA_MINDEVSIZE) { in slice_too_small()
/onnv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c968 if ((size < (SPA_MINDEVSIZE / blksz)) && in check_one_slice()
1056 statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func()
H A Dlibzfs_pool.c960 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_create()
1130 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_add()
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c488 resv = MAX(space >> 6, SPA_MINDEVSIZE >> 1); in dsl_pool_adjustedsize()
H A Dvdev.c1197 if (osize < SPA_MINDEVSIZE) { in vdev_open()
1205 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE - in vdev_open()
/onnv-gate/usr/src/cmd/ztest/
H A Dztest.c120 static size_t zopt_vdev_size = SPA_MINDEVSIZE;
543 zopt_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options()