Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h139 void dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_object.c179 dmu_tx_add_new_object(tx, dn); in dmu_object_alloc_impl()
255 dmu_tx_add_new_object(tx, dn); in dmu_object_claim_dnsize()
H A Ddmu_tx.c152 dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn) in dmu_tx_add_new_object() function