Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h178 boolean_t dr_nopwrite; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c1904 dr->dt.dl.dr_nopwrite = !!(zio->io_flags & ZIO_FLAG_NOPWRITE); in dmu_sync_done()
1905 if (dr->dt.dl.dr_nopwrite) { in dmu_sync_done()
H A Ddbuf.c1945 if (!BP_IS_HOLE(bp) && !dr->dt.dl.dr_nopwrite) in dbuf_unoverride()
1953 dr->dt.dl.dr_nopwrite = B_FALSE; in dbuf_unoverride()
5356 dr->dt.dl.dr_nopwrite, dr->dt.dl.dr_brtwrite); in dbuf_write()