Home
last modified time | relevance | path

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 Ddbuf.h147 } 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 Ddbuf.c57 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 Ddnode_sync.c184 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 Ddnode.c133 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 Ddmu.c1374 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 Ddmu_objset.c1096 dbuf_dirty_record_t *dr; in dmu_objset_sync()
1288 dbuf_dirty_record_t *dr, **drp; in dmu_objset_userquota_find_data()