Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c2226 dbuf_dirty_record_t *dr, *dr_next, *dr_head; in dbuf_dirty() local
2287 dr_next = dbuf_find_dirty_lte(db, tx->tx_txg); in dbuf_dirty()
2288 if (dr_next && dr_next->dr_txg == tx->tx_txg) { in dbuf_dirty()
2291 dbuf_redirty(dr_next); in dbuf_dirty()
2293 return (dr_next); in dbuf_dirty()
2374 list_insert_before(&db->db_dirty_records, dr_next, dr); in dbuf_dirty()
H A Ddmu.c1780 dbuf_dirty_record_t *dr, *dr_next; in dmu_sync() local
1839 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync()
1840 ASSERT(dr_next == NULL || dr_next->dr_txg < txg); in dmu_sync()
1881 if (dr_next != NULL || dnode_block_freed(dn, db->db_blkid)) in dmu_sync()
H A Ddnode.c1973 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_set_nlevels_impl() local
1993 for (dr = list_head(list); dr; dr = dr_next) { in dnode_set_nlevels_impl()
1994 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr); in dnode_set_nlevels_impl()