Searched defs:db_new (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.c150 dmu_buf_t *db_old, *db_new; local
183 (newblk + 2*b+0) << bs, FTAG, &db_new, DMU_READ_NO_PREFETCH));
184 dmu_buf_will_dirty(db_new, tx);
185 transfer_func(db_old->db_data, db_new->db_data, hepb);
186 dmu_buf_rele(db_new, FTAG);
190 (newblk + 2*b+1) << bs, FTAG, &db_new, DMU_READ_NO_PREFETCH));
191 dmu_buf_will_dirty(db_new, tx);
193 db_new->db_data, hepb);
194 dmu_buf_rele(db_new, FTAG);
349 dmu_buf_t *db_new; local
[all...]

Completed in 58 milliseconds