Home
last modified time | relevance | path

Searched refs:holes (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh141 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/holes.1 bs=128k count=8
142 log_must dd if=/dev/zero of=/$TESTPOOL/$TESTFS/holes.1 bs=128k count=2
144 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/holes.2 bs=128k count=8
145 log_must dd if=/dev/zero of=/$TESTPOOL/$TESTFS/holes.2 bs=128k count=2 seek=2
147 log_must dd if=/dev/urandom of=/$TESTPOOL/$TESTFS/holes.3 bs=128k count=8
148 log_must dd if=/dev/zero of=/$TESTPOOL/$TESTFS/holes.3 bs=128k count=2 \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/holes/
H A Dholes_sanity.ksh31 . $STF_SUITE/tests/functional/holes/holes.shlib
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/holes
H A Dholes.shlib17 # hole_blks The expected number of holes.
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c450 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) in vdev_is_hole() argument
452 for (int c = 0; c < holes; c++) { in vdev_is_hole()
484 uint_t holes; in get_configs() local
540 holes = 0; in get_configs()
554 &holes) == 0) { in get_configs()
557 hole_array, holes) == 0); in get_configs()
679 if (holes > 0) { in get_configs()
686 !vdev_is_hole(hole_array, holes, c)) in get_configs()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3097 if (holes != NULL) in data_out()
3098 G_p->g_filesz = holes->holesdata_sz + holes->data_size; in data_out()
3114 if (holes != NULL) in data_out()
3115 free_holes_info(holes); in data_out()
3139 if (holes != NULL) in data_out()
3169 if (holes != NULL) { in data_out()
3186 if (holes != NULL) { in data_out()
3239 if (holes != NULL) in data_out()
3240 free_holes_info(holes); in data_out()
3295 if (holes != NULL) { in data_pass()
[all …]
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run567 [tests/functional/holes]
569 tags = ['functional', 'holes']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m2410 dir path=opt/zfs-tests/tests/functional/holes
2411 file path=opt/zfs-tests/tests/functional/holes/cleanup mode=0555
2412 file path=opt/zfs-tests/tests/functional/holes/holes.shlib mode=0444
2413 file path=opt/zfs-tests/tests/functional/holes/holes_sanity mode=0555
2414 file path=opt/zfs-tests/tests/functional/holes/setup mode=0555
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo2949 These security holes occur primarily because a user can manipulate the
3008 To close up this and other security holes,
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4758 Ignore any memory holes when passing the maximum memory address
4767 maximum available address, ignoring any memory holes.