Searched refs:dmu_tx_hold_free (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_sa.c | 328 dmu_tx_hold_free(tx, zfs_external_acl(zp), 0, in zfs_sa_upgrade_txholds()
|
H A D | zfs_dir.c | 641 dmu_tx_hold_free(tx, zp->z_id, 0, DMU_OBJECT_END); in zfs_rmnode() 648 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END); in zfs_rmnode()
|
H A D | dmu.c | 680 dmu_tx_hold_free(tx, dn->dn_object, in dmu_free_long_range_impl() 738 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in dmu_free_long_object()
|
H A D | zfs_vnops.c | 1743 dmu_tx_hold_free(tx, zp->z_id, 0, in zfs_remove() 1759 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END); in zfs_remove() 3132 dmu_tx_hold_free(tx, acl_obj, 0, in zfs_setattr()
|
H A D | dmu_tx.c | 624 dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off, uint64_t len) in dmu_tx_hold_free() function
|
H A D | zfs_acl.c | 1982 dmu_tx_hold_free(tx, acl_obj, 0, in zfs_setacl()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 672 void dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off,
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 1527 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in ztest_replay_remove() 1694 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate() 3643 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
|