Searched refs:dbuf_dirty_record_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dbuf.h | 147 } dbuf_dirty_record_t; typedef 217 dbuf_dirty_record_t *db_data_pending; 220 dbuf_dirty_record_t *db_last_dirty; 299 dbuf_dirty_record_t *dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx); 309 void dbuf_unoverride(dbuf_dirty_record_t *dr);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dbuf.c | 57 static void dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx); 413 dbuf_dirty_record_t *dr; in dbuf_verify() 838 dbuf_dirty_record_t *dr = db->db_last_dirty; in dbuf_fix_old_data() 876 dbuf_unoverride(dbuf_dirty_record_t *dr) in dbuf_unoverride() 998 dbuf_dirty_record_t *dr = db->db_last_dirty; in dbuf_free_range() 1139 dbuf_redirty(dbuf_dirty_record_t *dr) in dbuf_redirty() 1160 dbuf_dirty_record_t * 1165 dbuf_dirty_record_t **drp, *dr; in dbuf_dirty() 1282 dr = kmem_zalloc(sizeof (dbuf_dirty_record_t), KM_SLEEP); in dbuf_dirty() 1310 sizeof (dbuf_dirty_record_t), in dbuf_dirty() [all …]
|
H A D | dnode_sync.c | 184 dbuf_dirty_record_t *dr; in free_verify() 456 dbuf_dirty_record_t *dr; in dnode_undirty_dbufs() 479 kmem_free(dr, sizeof (dbuf_dirty_record_t)); in dnode_undirty_dbufs()
|
H A D | dnode.c | 133 sizeof (dbuf_dirty_record_t), in dnode_cons() 134 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_cons() 809 sizeof (dbuf_dirty_record_t), in dnode_move_impl() 810 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_move_impl() 1481 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_new_blkid()
|
H A D | dmu.c | 1374 dbuf_dirty_record_t *dsa_dr; 1413 dbuf_dirty_record_t *dr = dsa->dsa_dr; in dmu_sync_done() 1549 dbuf_dirty_record_t *dr; in dmu_sync()
|
H A D | dmu_objset.c | 1096 dbuf_dirty_record_t *dr; in dmu_objset_sync() 1288 dbuf_dirty_record_t *dr, **drp; in dmu_objset_userquota_find_data()
|