Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dsetup.ksh19 . ${STF_SUITE}/tests/functional/nopwrite/nopwrite.shlib
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 DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/nopwrite
15 nopwrite.shlib
H A Dnopwrite_sync.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_varying_compression.ksh21 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_recsize.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_volume.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_promoted_clone.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_copies.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_mtime.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_negative.ksh19 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_nopwrite.ksh23 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/
H A DMakefile.am48 nopwrite \ subdir
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A Dsanity.run481 [tests/functional/nopwrite]
483 tags = ['functional', 'nopwrite']
H A Dcommon.run673 [tests/functional/nopwrite]
677 tags = ['functional', 'nopwrite']
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c1940 boolean_t nopwrite = B_FALSE; in dmu_write_policy() local
2023 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy()
2042 nopwrite = B_FALSE; in dmu_write_policy()
2061 zp->zp_nopwrite = nopwrite; in dmu_write_policy()
H A Dzio.c1185 zio_write_override(zio_t *zio, blkptr_t *bp, int copies, boolean_t nopwrite) in zio_write_override() argument
1197 zio->io_prop.zp_dedup = nopwrite ? B_FALSE : zio->io_prop.zp_dedup; in zio_write_override()
1198 zio->io_prop.zp_nopwrite = nopwrite; in zio_write_override()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h563 boolean_t nopwrite);
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac361 tests/zfs-tests/tests/functional/nopwrite/Makefile