HomeSort by: relevance | last modified time | path
    Searched refs:SPA_MINDEVSIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_import.c 987 if ((size < (SPA_MINDEVSIZE / blksz)) &&
1081 statbuf.st_size < SPA_MINDEVSIZE) {
1093 if (statbuf.st_size < SPA_MINDEVSIZE) {
1100 statbuf.st_size < SPA_MINDEVSIZE) {
1148 size < SPA_MINDEVSIZE) {
libzfs_pool.c 1189 * SPA_MINDEVSIZE. Unfortunately, we can't detect which
1196 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf));
1326 * SPA_MINDEVSIZE. Unfortunately, we can't detect which
1333 zfs_nicenum(SPA_MINDEVSIZE, buf, sizeof (buf));
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 616 #define SPA_MINDEVSIZE (64ULL << 20)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_geom.c 198 } else if (pp->mediasize < SPA_MINDEVSIZE) {
vdev.c 1358 if (osize < SPA_MINDEVSIZE) {
1368 if (vd->vdev_parent != NULL && osize < SPA_MINDEVSIZE -
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 176 .zo_vdev_size = SPA_MINDEVSIZE * 4, /* 256m default size */
643 zo->zo_vdev_size = MAX(SPA_MINDEVSIZE, value);

Completed in 24 milliseconds