| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/ |
| H A D | zpool_split_cliargs.ksh | 41 truncate -s $SPA_MINDEVSIZE $DEVICE1 42 truncate -s $SPA_MINDEVSIZE $DEVICE2 76 truncate -s $SPA_MINDEVSIZE $DEVICE3
|
| H A D | zpool_split_encryption.ksh | 47 truncate -s $SPA_MINDEVSIZE $DEVICE1 48 truncate -s $SPA_MINDEVSIZE $DEVICE2
|
| H A D | zpool_split_wholedisk.ksh | 37 load_scsi_debug $(($SPA_MINDEVSIZE/1024/1024+32)) 1 1 1 '512b' 53 log_must truncate -s $SPA_MINDEVSIZE $FILE_DEVICE
|
| H A D | zpool_split_props.ksh | 43 truncate -s $SPA_MINDEVSIZE $DEVICE1 44 truncate -s $SPA_MINDEVSIZE $DEVICE2
|
| H A D | zpool_split_devices.ksh | 42 truncate -s $SPA_MINDEVSIZE "$filedev"
|
| H A D | zpool_split_dryrun_output.ksh | 131 log_must truncate -s $SPA_MINDEVSIZE "${dev[$i]}"
|
| H A D | zpool_split_vdevs.ksh | 104 truncate -s $SPA_MINDEVSIZE "$filedev"
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_features.ksh | 56 truncate -s $SPA_MINDEVSIZE $FILEVDEV 67 truncate -s $SPA_MINDEVSIZE $FILEVDEV
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/ |
| H A D | zpool_labelclear_removed.ksh | 47 log_must truncate -s $((SPA_MINDEVSIZE * 8)) $DEVICE1 48 log_must truncate -s $SPA_MINDEVSIZE $DEVICE2 $DEVICE3 $DEVICE4 $DEVICE5
|
| H A D | zpool_labelclear_valid.ksh | 59 log_must truncate -s $SPA_MINDEVSIZE $DEVICE1 $DEVICE2 $DEVICE3 $DEVICE4
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/grow/ |
| H A D | grow_pool_001_pos.ksh | 59 truncate -s $SPA_MINDEVSIZE $DEVICE1 $DEVICE2 80 truncate -s $SPA_MINDEVSIZE $DEVICE3
|
| H A D | grow_replicas_001_pos.ksh | 63 truncate -s $SPA_MINDEVSIZE $DEVICE1 $DEVICE2 79 truncate -s $SPA_MINDEVSIZE $DEVICE3 $DEVICE4
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | zpool_add_003_pos.ksh | 70 log_must truncate -s $SPA_MINDEVSIZE "$VDEV_PREFIX-root" 74 log_must truncate -s $SPA_MINDEVSIZE "$VDEV_PREFIX-$vdevtype"
|
| H A D | zpool_add_dryrun_output.ksh | 146 log_must truncate -s $SPA_MINDEVSIZE "${dev[$i]}"
|
| H A D | add_nested_replacing_spare.ksh | 75 truncate -s $SPA_MINDEVSIZE $DATA_DEVS $SPARE_DEVS
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/ |
| H A D | zutil_import_os.c | 140 if (statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func() 146 mediasize < SPA_MINDEVSIZE) { in zpool_open_func()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_dryrun_output.ksh | 122 log_must truncate -s $SPA_MINDEVSIZE "${dev[$i]}"
|
| H A D | zpool_create_010_neg.ksh | 65 typeset -l devsize=$(($SPA_MINDEVSIZE - 1024 * 1024))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/ |
| H A D | zfs_set_feature_activation.ksh | 65 log_must truncate -s $SPA_MINDEVSIZE $VDEV_ZSTD
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userspace_encrypted.ksh | 58 truncate -s $SPA_MINDEVSIZE $FILEDEV
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_009_pos.ksh | 62 log_must mkfile $SPA_MINDEVSIZE $TESTDIR/sfile
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
| H A D | replacement.cfg | 41 export VDEV_FILE_SIZE=$(( $SPA_MINDEVSIZE * 2 ))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | default.cfg.in | 142 export SPA_MINDEVSIZE=$((64 * 1024 * 1024))
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 151 if (S_ISREG(statbuf.st_mode) && statbuf.st_size < SPA_MINDEVSIZE) { in zpool_open_func()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 833 #define SPA_MINDEVSIZE (64ULL << 20) macro
|