Home
last modified time | relevance | path

Searched refs:db_dirty_records (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h295 list_t db_dirty_records; member
436 for (dr = list_head(&db->db_dirty_records); in dbuf_find_dirty_lte()
438 dr = list_next(&db->db_dirty_records, dr)) in dbuf_find_dirty_lte()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c237 list_is_empty(&child->db_dirty_records)) { in free_verify()
557 ASSERT(list_head(&db->db_dirty_records) == dr); in dnode_undirty_dbufs()
558 list_remove_head(&db->db_dirty_records); in dnode_undirty_dbufs()
559 ASSERT(list_is_empty(&db->db_dirty_records)); in dnode_undirty_dbufs()
H A Ddbuf.c1121 dr = list_next(&db->db_dirty_records, dr)) { in dbuf_verify()
2028 dr = list_head(&db->db_dirty_records); in dbuf_free_range()
2102 dr = list_head(&db->db_dirty_records); in dbuf_new_size()
2287 dr_head = list_head(&db->db_dirty_records); in dbuf_dirty()
2475 if (list_head(&db->db_dirty_records) == dr || in dbuf_dirty()
2516 list_remove(&db->db_dirty_records, dr); in dbuf_undirty_bonus()
2578 list_remove(&db->db_dirty_records, dr); in dbuf_undirty()
2826 dr = list_head(&db->db_dirty_records); in dbuf_override_impl()
2898 dr = list_head(&db->db_dirty_records); in dmu_buf_write_embedded()
3070 ASSERT(list_is_empty(&db->db_dirty_records)); in dbuf_destroy()
[all …]
H A Ddmu.c1840 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync()
2243 if (!list_is_empty(&db->db_dirty_records)) { in dmu_read_l0_bps()
2246 dr = list_head(&db->db_dirty_records); in dmu_read_l0_bps()
2364 dr = list_head(&db->db_dirty_records); in dmu_brt_clone()
H A Ddnode.c2223 dirty = !list_is_empty(&db->db_dirty_records) || in dnode_partial_zero()