Searched refs:dbuf_dirty_record_t (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dbuf.h | 196 } dbuf_dirty_record_t; typedef 286 dbuf_dirty_record_t *db_data_pending; 372 dbuf_dirty_record_t *dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx); 373 dbuf_dirty_record_t *dbuf_dirty_lightweight(dnode_t *dn, uint64_t blkid, 386 void dbuf_unoverride(dbuf_dirty_record_t *dr); 414 static inline dbuf_dirty_record_t * 417 dbuf_dirty_record_t *dr; in dbuf_find_dirty_lte() 426 static inline dbuf_dirty_record_t * 429 dbuf_dirty_record_t *dr; in dbuf_find_dirty_eq()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dbuf.c | 922 dbuf_dirty_record_t *dr; in dbuf_verify() 1795 dbuf_dirty_record_t *dr; in dbuf_free_range() 1892 dbuf_dirty_record_t *dr; in dbuf_new_size() 1976 dbuf_dirty_record_t * 2044 dbuf_dirty_record_t * 2480 dbuf_dirty_record_t *dr; in dmu_buf_is_dirty() 2527 dbuf_dirty_record_t *dr; in dmu_buf_set_crypt_params() 2555 dbuf_dirty_record_t *dr; in dbuf_override_impl() 2602 dbuf_dirty_record_t *dr; in dmu_buf_write_embedded() 4325 dbuf_dirty_record_t *dr; in dbuf_sync_list() [all …]
|
| H A D | dnode_sync.c | 198 dbuf_dirty_record_t *dr; in free_verify() 530 dbuf_dirty_record_t *dr; in dnode_undirty_dbufs() 554 kmem_free(dr, sizeof (dbuf_dirty_record_t)); in dnode_undirty_dbufs()
|
| H A D | dmu.c | 1418 dbuf_dirty_record_t *dr = in dmu_lightweight_write_by_dnode() 1486 dbuf_dirty_record_t *dsa_dr; 1525 dbuf_dirty_record_t *dr = dsa->dsa_dr; in dmu_sync_done() 1703 dbuf_dirty_record_t *dr, *dr_next; in dmu_sync()
|
| H A D | dnode.c | 145 sizeof (dbuf_dirty_record_t), in dnode_cons() 146 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_cons() 861 sizeof (dbuf_dirty_record_t), in dnode_move_impl() 862 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_move_impl() 1811 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_set_nlevels_impl()
|
| H A D | dmu_objset.c | 1614 dbuf_dirty_record_t *dr; in dmu_objset_sync() 2126 dbuf_dirty_record_t *dr; in dmu_objset_userquota_find_data()
|