Searched refs:SPA_MINDEVSIZE (Results 1 – 7 of 7) sorted by relevance
535 #define SPA_MINDEVSIZE (64ULL << 20) macro
627 if (slice->size < SPA_MINDEVSIZE) { in slice_too_small()
968 if ((size < (SPA_MINDEVSIZE / blksz)) && in check_one_slice()1056 statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func()
960 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_create()1130 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf)); in zpool_add()
488 resv = MAX(space >> 6, SPA_MINDEVSIZE >> 1); in dsl_pool_adjustedsize()
1197 if (osize < SPA_MINDEVSIZE) { in vdev_open()1205 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE - in vdev_open()
120 static size_t zopt_vdev_size = SPA_MINDEVSIZE;543 zopt_vdev_size = MAX(SPA_MINDEVSIZE, value); in process_options()