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.h570 boolean_t nopwrite, boolean_t brtwrite);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c2534 boolean_t brtwrite; in dbuf_undirty() local
2559 brtwrite = dr->dt.dl.dr_brtwrite; in dbuf_undirty()
2560 if (brtwrite) { in dbuf_undirty()
2598 if (db->db_state != DB_NOFILL && !brtwrite) { in dbuf_undirty()
2613 ASSERT(db->db_state == DB_NOFILL || brtwrite || in dbuf_undirty()
H A Dzio.c1320 boolean_t brtwrite) in zio_write_override() argument
1326 ASSERT(!brtwrite || !nopwrite); in zio_write_override()
1335 zio->io_prop.zp_brtwrite = brtwrite; in zio_write_override()