Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h601 int gang_copies, boolean_t nopwrite, boolean_t brtwrite);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c2613 boolean_t brtwrite; in dbuf_undirty() local
2640 brtwrite = dr->dt.dl.dr_brtwrite; in dbuf_undirty()
2642 if (brtwrite) { in dbuf_undirty()
2684 if (db->db_state != DB_NOFILL && !brtwrite) { in dbuf_undirty()
2700 ASSERT(db->db_state == DB_NOFILL || brtwrite || diowrite || in dbuf_undirty()
H A Dzio.c1393 boolean_t nopwrite, boolean_t brtwrite) in zio_write_override() argument
1399 ASSERT(!brtwrite || !nopwrite); in zio_write_override()
1408 zio->io_prop.zp_brtwrite = brtwrite; in zio_write_override()