Searched refs:db_dirty_records (Results 1 – 6 of 6) sorted by relevance
334 list_t db_dirty_records; member458 for (dr = list_head(&db->db_dirty_records); in dbuf_find_dirty_lte()460 dr = list_next(&db->db_dirty_records, dr)) in dbuf_find_dirty_lte()
1131 if ((dr = list_head(&db->db_dirty_records)) != NULL) { in dbuf_verify()1134 for (dr = list_next(&db->db_dirty_records, dr); dr != NULL; in dbuf_verify()1135 dr = list_next(&db->db_dirty_records, dr)) { in dbuf_verify()1691 dbuf_dirty_record_t *dr = list_head(&db->db_dirty_records); in dbuf_fix_old_data()2041 dr = list_head(&db->db_dirty_records); in dbuf_free_range()2117 dr = list_head(&db->db_dirty_records); in dbuf_new_size()2302 dr_head = list_head(&db->db_dirty_records); in dbuf_dirty()2393 list_insert_before(&db->db_dirty_records, dr_next, dr); in dbuf_dirty()2491 if (list_head(&db->db_dirty_records) == dr || in dbuf_dirty()2531 ASSERT(list_next(&db->db_dirty_records, dr) == NULL); in dbuf_undirty_bonus()[all …]
238 list_is_empty(&child->db_dirty_records)) { in free_verify()558 ASSERT(list_head(&db->db_dirty_records) == dr); in dnode_undirty_dbufs()559 list_remove_head(&db->db_dirty_records); in dnode_undirty_dbufs()560 ASSERT(list_is_empty(&db->db_dirty_records)); in dnode_undirty_dbufs()
160 dr_head = list_head(&db->db_dirty_records); in dmu_write_direct()181 if (list_next(&db->db_dirty_records, dr_head) != NULL) in dmu_write_direct()
2139 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync()2589 if (!list_is_empty(&db->db_dirty_records)) { in dmu_read_l0_bps()2592 dr = list_head(&db->db_dirty_records); in dmu_read_l0_bps()2706 dr = list_head(&db->db_dirty_records); in dmu_brt_clone()
2254 dirty = !list_is_empty(&db->db_dirty_records) || in dnode_partial_zero()