Searched refs:dr_next (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 1703 dbuf_dirty_record_t *dr, *dr_next; in dmu_sync() local 1762 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync() 1763 ASSERT(dr_next == NULL || dr_next->dr_txg < txg); in dmu_sync() 1804 if (dr_next != NULL || dnode_block_freed(dn, db->db_blkid)) in dmu_sync()
|
| H A D | dbuf.c | 2049 dbuf_dirty_record_t *dr, *dr_next, *dr_head; in dbuf_dirty() local 2110 dr_next = dbuf_find_dirty_lte(db, tx->tx_txg); in dbuf_dirty() 2111 if (dr_next && dr_next->dr_txg == tx->tx_txg) { in dbuf_dirty() 2114 dbuf_redirty(dr_next); in dbuf_dirty() 2116 return (dr_next); in dbuf_dirty() 2196 list_insert_before(&db->db_dirty_records, dr_next, dr); in dbuf_dirty()
|
| H A D | dnode.c | 1811 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_set_nlevels_impl() local 1831 for (dr = list_head(list); dr; dr = dr_next) { in dnode_set_nlevels_impl() 1832 dr_next = list_next(&dn->dn_dirty_records[txgoff], dr); in dnode_set_nlevels_impl()
|