Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h289 list_t db_dirty_records; member
419 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()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode_sync.c232 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()
H A Ddbuf.c959 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 …]
H A Ddnode.c2111 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()
H A Ddmu.c1762 dr_next = list_next(&db->db_dirty_records, dr); in dmu_sync()