Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c2080 dbuf_dirty_record_t *dr, *dr_next; in dmu_sync() local
2137 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync()
2138 ASSERT(dr_next == NULL || dr_next->dr_txg < txg); in dmu_sync()
2177 if (dr_next != NULL) { in dmu_sync()
H A Ddbuf.c2243 dbuf_dirty_record_t *dr, *dr_next, *dr_head; in dbuf_dirty() local
2304 dr_next = dbuf_find_dirty_lte(db, tx->tx_txg); in dbuf_dirty()
2305 if (dr_next && dr_next->dr_txg == tx->tx_txg) { in dbuf_dirty()
2308 dbuf_redirty(dr_next); in dbuf_dirty()
2310 return (dr_next); in dbuf_dirty()
2392 list_insert_before(&db->db_dirty_records, dr_next, dr); in dbuf_dirty()
H A Ddnode.c2003 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_set_nlevels_impl() local
2023 for (dr = list_head(list); dr; dr = dr_next) { in dnode_set_nlevels_impl()
2024 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr); in dnode_set_nlevels_impl()