Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c1705 uint64_t *object_to_hold, uint32_t *new_blksz) in receive_handle_existing_object() argument
1716 *object_to_hold = drro->drr_object; in receive_handle_existing_object()
1886 *object_to_hold = DMU_NEW_OBJECT; in receive_handle_existing_object()
1902 if (rwa->raw && *object_to_hold != DMU_NEW_OBJECT && !do_free_range) { in receive_handle_existing_object()
1983 uint64_t object_to_hold; in receive_object() local
1986 &object_to_hold, &new_blksz); in receive_object()
2003 object_to_hold = DMU_NEW_OBJECT; in receive_object()
2015 object_to_hold = DMU_NEW_OBJECT; in receive_object()
2053 dmu_tx_hold_bonus(tx, object_to_hold); in receive_object()
2054 dmu_tx_hold_write(tx, object_to_hold, 0, 0); in receive_object()
[all …]