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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c1357 uint64_t *object_to_hold, uint32_t *new_blksz)
1368 *object_to_hold = drro->drr_object;
1536 *object_to_hold = DMU_NEW_OBJECT;
1552 if (rwa->raw && *object_to_hold != DMU_NEW_OBJECT && !do_free_range) {
1633 uint64_t object_to_hold; local
1636 &object_to_hold, &new_blksz);
1651 object_to_hold = DMU_NEW_OBJECT;
1654 object_to_hold = DMU_NEW_OBJECT;
1689 dmu_tx_hold_bonus(tx, object_to_hold);
1690 dmu_tx_hold_write(tx, object_to_hold,
1354 receive_handle_existing_object(const struct receive_writer_arg *rwa, const struct drr_object *drro, const dmu_object_info_t *doi, const void *bonus_data, uint64_t *object_to_hold, uint32_t *new_blksz) argument
[all...]

Completed in 166 milliseconds