Searched refs:db_dirty_records (Results 1 – 5 of 5) sorted by relevance
289 list_t db_dirty_records; member419 for (dr = list_head(&db->db_dirty_records); in dbuf_find_dirty_lte()421 dr = list_next(&db->db_dirty_records, dr)) in dbuf_find_dirty_lte()
232 list_is_empty(&child->db_dirty_records)) { in free_verify()542 ASSERT(list_head(&db->db_dirty_records) == dr); in dnode_undirty_dbufs()543 list_remove_head(&db->db_dirty_records); in dnode_undirty_dbufs()544 ASSERT(list_is_empty(&db->db_dirty_records)); in dnode_undirty_dbufs()
959 dr = list_next(&db->db_dirty_records, dr)) { in dbuf_verify()1849 dr = list_head(&db->db_dirty_records); in dbuf_free_range()1923 dr = list_head(&db->db_dirty_records); in dbuf_new_size()2107 dr_head = list_head(&db->db_dirty_records); in dbuf_dirty()2294 if (list_head(&db->db_dirty_records) == dr || in dbuf_dirty()2335 list_remove(&db->db_dirty_records, dr); in dbuf_undirty_bonus()2386 list_remove(&db->db_dirty_records, dr); in dbuf_undirty()2557 dr = list_head(&db->db_dirty_records); in dbuf_override_impl()2618 dr = list_head(&db->db_dirty_records); in dmu_buf_write_embedded()2777 ASSERT(list_is_empty(&db->db_dirty_records)); in dbuf_destroy()[all …]
2111 dirty = !list_is_empty(&db->db_dirty_records) || in dnode_free_range()2154 dirty = !list_is_empty(&db->db_dirty_records) || in dnode_free_range()
1762 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync()