Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h202 } dbuf_dirty_record_t; typedef
292 dbuf_dirty_record_t *db_data_pending;
386 dbuf_dirty_record_t *dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
387 dbuf_dirty_record_t *dbuf_dirty_lightweight(dnode_t *dn, uint64_t blkid,
401 void dbuf_unoverride(dbuf_dirty_record_t *dr);
431 static inline dbuf_dirty_record_t *
434 dbuf_dirty_record_t *dr; in dbuf_find_dirty_lte()
443 static inline dbuf_dirty_record_t *
446 dbuf_dirty_record_t *dr; in dbuf_find_dirty_eq()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c1084 dbuf_dirty_record_t *dr; in dbuf_verify()
1973 dbuf_dirty_record_t *dr; in dbuf_free_range()
2071 dbuf_dirty_record_t *dr; in dbuf_new_size()
2155 dbuf_dirty_record_t *
2224 dbuf_dirty_record_t *
2453 dbuf_dirty_record_t *di; in dbuf_dirty()
2696 dbuf_dirty_record_t *dr; in dmu_buf_is_dirty()
2796 dbuf_dirty_record_t *dr; in dmu_buf_set_crypt_params()
2824 dbuf_dirty_record_t *dr; in dbuf_override_impl()
2882 dbuf_dirty_record_t *dr; in dmu_buf_write_embedded()
[all …]
H A Ddnode_sync.c201 dbuf_dirty_record_t *dr; in free_verify()
545 dbuf_dirty_record_t *dr; in dnode_undirty_dbufs()
569 kmem_free(dr, sizeof (dbuf_dirty_record_t)); in dnode_undirty_dbufs()
H A Ddmu.c1484 dbuf_dirty_record_t *dr = in dmu_lightweight_write_by_dnode()
1552 dbuf_dirty_record_t *dsa_dr;
1591 dbuf_dirty_record_t *dr = dsa->dsa_dr; in dmu_sync_done()
1781 dbuf_dirty_record_t *dr, *dr_next; in dmu_sync()
2244 dbuf_dirty_record_t *dr; in dmu_read_l0_bps()
2320 dbuf_dirty_record_t *dr; in dmu_brt_clone()
H A Ddnode.c155 sizeof (dbuf_dirty_record_t), in dnode_cons()
156 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_cons()
980 sizeof (dbuf_dirty_record_t), in dnode_move_impl()
981 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_move_impl()
1973 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_set_nlevels_impl()
H A Ddmu_objset.c1702 dbuf_dirty_record_t *dr; in sync_meta_dnode_task()
2256 dbuf_dirty_record_t *dr; in dmu_objset_userquota_find_data()