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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h151 } dbuf_dirty_record_t; typedef in typeref:struct:dbuf_dirty_record
221 dbuf_dirty_record_t *db_data_pending;
224 dbuf_dirty_record_t *db_last_dirty;
308 dbuf_dirty_record_t *dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
317 void dbuf_unoverride(dbuf_dirty_record_t *dr);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c53 static void dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx);
675 dbuf_dirty_record_t *dr;
1042 dbuf_dirty_record_t *dr = db->db_last_dirty;
1214 dbuf_unoverride(dbuf_dirty_record_t *dr)
1314 dbuf_dirty_record_t *dr = db->db_last_dirty;
1455 dbuf_redirty(dbuf_dirty_record_t *dr)
1476 dbuf_dirty_record_t *
1481 dbuf_dirty_record_t **drp, *dr;
1621 dr = kmem_zalloc(sizeof (dbuf_dirty_record_t), KM_SLEEP);
1649 sizeof (dbuf_dirty_record_t),
[all...]
H A Ddnode_sync.c178 dbuf_dirty_record_t *dr;
457 dbuf_dirty_record_t *dr;
480 kmem_free(dr, sizeof (dbuf_dirty_record_t));
H A Ddnode.c133 sizeof (dbuf_dirty_record_t),
134 offsetof(dbuf_dirty_record_t, dr_dirty_node));
804 sizeof (dbuf_dirty_record_t),
805 offsetof(dbuf_dirty_record_t, dr_dirty_node));
1476 dbuf_dirty_record_t *new, *dr, *dr_next;
H A Ddmu.c1438 dbuf_dirty_record_t *dsa_dr;
1477 dbuf_dirty_record_t *dr = dsa->dsa_dr;
1614 dbuf_dirty_record_t *dr;
H A Ddmu_objset.c1113 dbuf_dirty_record_t *dr;
1379 dbuf_dirty_record_t *dr, **drp;

Completed in 64 milliseconds