Searched refs:db_new (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 204 dmu_buf_t *db_new; in zap_table_grow() local 207 dmu_buf_will_dirty(db_new, tx); in zap_table_grow() 208 transfer_func(db_old->db_data, db_new->db_data, hepb); in zap_table_grow() 209 dmu_buf_rele(db_new, FTAG); in zap_table_grow() 214 dmu_buf_will_dirty(db_new, tx); in zap_table_grow() 216 db_new->db_data, hepb); in zap_table_grow() 217 dmu_buf_rele(db_new, FTAG); in zap_table_grow() 370 dmu_buf_t *db_new; in zap_grow_ptrtbl() local 372 newblk << FZAP_BLOCK_SHIFT(zap), FTAG, &db_new, in zap_grow_ptrtbl() 376 dmu_buf_will_dirty(db_new, tx); in zap_grow_ptrtbl() [all …]
|