Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddbuf.h141 } dbuf_dirty_record_t; typedef
211 dbuf_dirty_record_t *db_data_pending;
214 dbuf_dirty_record_t *db_last_dirty;
275 dbuf_dirty_record_t *dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
282 void dbuf_unoverride(dbuf_dirty_record_t *dr);
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddbuf.c53 static void dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx);
313 dbuf_dirty_record_t *dr; in dbuf_verify()
725 dbuf_dirty_record_t *dr = db->db_last_dirty; in dbuf_fix_old_data()
763 dbuf_unoverride(dbuf_dirty_record_t *dr) in dbuf_unoverride()
868 dbuf_dirty_record_t *dr = db->db_last_dirty; in dbuf_free_range()
1004 dbuf_dirty_record_t *
1009 dbuf_dirty_record_t **drp, *dr; in dbuf_dirty()
1135 dr = kmem_zalloc(sizeof (dbuf_dirty_record_t), KM_SLEEP); in dbuf_dirty()
1163 sizeof (dbuf_dirty_record_t), in dbuf_dirty()
1164 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dbuf_dirty()
[all …]
Ddnode_sync.c182 dbuf_dirty_record_t *dr; in free_verify()
462 dbuf_dirty_record_t *dr; in dnode_undirty_dbufs()
485 kmem_free(dr, sizeof (dbuf_dirty_record_t)); in dnode_undirty_dbufs()
Ddnode.c96 sizeof (dbuf_dirty_record_t), in dnode_cons()
97 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_cons()
746 sizeof (dbuf_dirty_record_t), in dnode_move_impl()
747 offsetof(dbuf_dirty_record_t, dr_dirty_node)); in dnode_move_impl()
1421 dbuf_dirty_record_t *new, *dr, *dr_next; in dnode_new_blkid()
Ddmu.c1324 dbuf_dirty_record_t *dsa_dr;
1363 dbuf_dirty_record_t *dr = dsa->dsa_dr; in dmu_sync_done()
1486 dbuf_dirty_record_t *dr; in dmu_sync()
Ddmu_objset.c1001 dbuf_dirty_record_t *dr; in dmu_objset_sync()
1193 dbuf_dirty_record_t *dr, **drp; in dmu_objset_userquota_find_data()