Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/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 be within 90% regardless of nopwrite.
H A Dsetup.ksh19 . ${STF_SUITE}/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_sync.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_varying_compression.ksh21 . $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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_nopwrite.ksh23 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dsanity.run489 [tests/functional/nopwrite]
491 tags = ['functional', 'nopwrite']
H A Dcommon.run801 [tests/functional/nopwrite]
805 tags = ['functional', 'nopwrite']
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2320 boolean_t nopwrite = B_FALSE; in dmu_write_policy() local
2435 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy()
2454 nopwrite = B_FALSE; in dmu_write_policy()
2473 zp->zp_nopwrite = nopwrite; in dmu_write_policy()
H A Dzio.c1407 zio_write_override(zio_t *zio, blkptr_t *bp, int copies, boolean_t nopwrite, in zio_write_override() argument
1414 ASSERT(!brtwrite || !nopwrite); in zio_write_override()
1421 zio->io_prop.zp_dedup = nopwrite ? B_FALSE : zio->io_prop.zp_dedup; in zio_write_override()
1422 zio->io_prop.zp_nopwrite = nopwrite; in zio_write_override()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h577 boolean_t nopwrite, boolean_t brtwrite);