Searched refs:dbuf_dirty_record_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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_41/usr/src/uts/common/fs/zfs/ |
H A D | dbuf.c | 56 static void dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx); 412 dbuf_dirty_record_t *dr; in dbuf_verify() 843 dbuf_dirty_record_t *dr = db->db_last_dirty; in dbuf_fix_old_data() 881 dbuf_unoverride(dbuf_dirty_record_t *dr) in dbuf_unoverride() 1003 dbuf_dirty_record_t *dr = db->db_last_dirty; in dbuf_free_range() 1139 dbuf_dirty_record_t * 1144 dbuf_dirty_record_t **drp, *dr; in dbuf_dirty() 1270 dr = kmem_zalloc(sizeof (dbuf_dirty_record_t), KM_SLEEP); in dbuf_dirty() 1298 sizeof (dbuf_dirty_record_t), in dbuf_dirty() 1299 offsetof(dbuf_dirty_record_t, dr_dirty_node)); 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 | 132 sizeof (dbuf_dirty_record_t), in dnode_cons() 133 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_cons() 810 sizeof (dbuf_dirty_record_t), in dnode_move_impl() 811 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_move_impl() 1482 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_new_blkid()
|
H A D | dmu.c | 1367 dbuf_dirty_record_t *dsa_dr; 1406 dbuf_dirty_record_t *dr = dsa->dsa_dr; in dmu_sync_done() 1541 dbuf_dirty_record_t *dr; in dmu_sync()
|
H A D | dmu_objset.c | 1127 dbuf_dirty_record_t *dr; in dmu_objset_sync() 1319 dbuf_dirty_record_t *dr, **drp; in dmu_objset_userquota_find_data()
|