Home
last modified time | relevance | path

Searched refs:nopwrite (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite.shlib18 export TESTVOL="testvol.nopwrite"
50 # These values should differ greatly with nopwrite.
55 # These values should be nearly the same with nopwrite.
60 # The comparisons below should pass regardless of nopwrite. They're
H A Dsetup.ksh19 . ${STF_SUITE}/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_volume.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_recsize.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_sync.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_promoted_clone.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_varying_compression.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_mtime.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_copies.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_negative.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/nopwrite
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c2270 boolean_t nopwrite = B_FALSE; in dmu_write_policy() local
2351 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy()
2370 nopwrite = B_FALSE; in dmu_write_policy()
2388 zp->zp_nopwrite = nopwrite; in dmu_write_policy()
H A Dzio.c1007 zio_write_override(zio_t *zio, blkptr_t *bp, int copies, boolean_t nopwrite) in zio_write_override() argument
1019 zio->io_prop.zp_dedup = nopwrite ? B_FALSE : zio->io_prop.zp_dedup; in zio_write_override()
1020 zio->io_prop.zp_nopwrite = nopwrite; in zio_write_override()
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run640 [tests/functional/nopwrite]
644 tags = ['functional', 'nopwrite']
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h531 boolean_t nopwrite);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m2602 dir path=opt/zfs-tests/tests/functional/nopwrite
2603 file path=opt/zfs-tests/tests/functional/nopwrite/cleanup mode=0555
2604 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite.shlib mode=0444
2605 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_copies mode=0555
2606 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_mtime mode=0555
2607 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_negative mode=0555
2608 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_promoted_clone \
2610 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_recsize mode=0555
2611 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_sync mode=0555
2614 file path=opt/zfs-tests/tests/functional/nopwrite/nopwrite_volume mode=0555
[all …]