Home
last modified time | relevance | path

Searched refs:dr_nopwrite (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h172 boolean_t dr_nopwrite; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c1540 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE); in dmu_sync_done()
1541 if (dr->dt.dl.dr_nopwrite) { in dmu_sync_done()
H A Ddbuf.c1764 if (!BP_IS_HOLE(bp) && !dr->dt.dl.dr_nopwrite) in dbuf_unoverride()
1768 dr->dt.dl.dr_nopwrite = B_FALSE; in dbuf_unoverride()
4869 dr->dt.dl.dr_copies, dr->dt.dl.dr_nopwrite); in dbuf_write()