Lines Matching refs:subobj
374 bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx)
383 if (subobj == dmu_objset_pool(bpo->bpo_os)->dp_empty_bpobj) {
388 VERIFY3U(0, ==, bpobj_open(&subbpo, bpo->bpo_os, subobj));
392 /* No point in having an empty subobj. */
394 bpobj_free(bpo->bpo_os, subobj, tx);
411 bpo->bpo_phys->bpo_num_subobjs * sizeof (subobj),
412 sizeof (subobj), &subobj, tx);
416 * If subobj has only one block of subobjs, then move subobj's
417 * subobjs to bpo's subobj list directly. This reduces
436 numsubsub * sizeof (subobj));
438 bpo->bpo_phys->bpo_num_subobjs * sizeof (subobj),
439 numsubsub * sizeof (subobj), subdb->db_data, tx);