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.shlib19 export TESTVOL="testvol.nopwrite"
51 # These values should differ greatly with nopwrite.
56 # These values should be nearly the same with nopwrite.
61 # The comparisons below should be within 90% regardless of nopwrite.
H A Dsetup.ksh20 . ${STF_SUITE}/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_sync.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_volume.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_varying_compression.ksh22 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_recsize.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_promoted_clone.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_copies.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_mtime.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
H A Dnopwrite_negative.ksh20 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_nopwrite.ksh24 . $STF_SUITE/tests/functional/nopwrite/nopwrite.shlib
/freebsd/sys/contrib/openzfs/tests/runfiles/
H A Dsanity.run498 [tests/functional/nopwrite]
500 tags = ['functional', 'nopwrite']
H A Dcommon.run837 [tests/functional/nopwrite]
841 tags = ['functional', 'nopwrite']
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2328 boolean_t nopwrite = B_FALSE; in dmu_write_policy() local
2462 nopwrite = (!dedup && (zio_checksum_table[checksum].ci_flags & in dmu_write_policy()
2488 nopwrite = B_FALSE; in dmu_write_policy()
2509 zp->zp_nopwrite = nopwrite; in dmu_write_policy()
H A Dzio.c1400 boolean_t nopwrite, boolean_t brtwrite) in zio_write_override() argument
1406 ASSERT(!brtwrite || !nopwrite); in zio_write_override()
1413 zio->io_prop.zp_dedup = nopwrite ? B_FALSE : zio->io_prop.zp_dedup; in zio_write_override()
1414 zio->io_prop.zp_nopwrite = nopwrite; in zio_write_override()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h600 int gang_copies, boolean_t nopwrite, boolean_t brtwrite);