Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h334 list_t db_dirty_records; member
458 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()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c1131 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 …]
H A Ddnode_sync.c238 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()
H A Ddmu_direct.c160 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()
H A Ddmu.c2139 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()
H A Ddnode.c2254 dirty = !list_is_empty(&db->db_dirty_records) || in dnode_partial_zero()