Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_dir.c437 dmu_tx_hold_free(tx, zp->z_id, 0, DMU_OBJECT_END); in zfs_rmnode()
444 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END); in zfs_rmnode()
Dzfs_sa.c322 dmu_tx_hold_free(tx, zfs_external_acl(zp), 0, in zfs_sa_upgrade_txholds()
Ddmu.c782 dmu_tx_hold_free(tx, dn->dn_object, chunk_begin, chunk_len); in dmu_free_long_range_impl()
847 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in dmu_free_long_object()
Ddmu_tx.c653 dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off, uint64_t len) in dmu_tx_hold_free() function
Dzfs_acl.c1962 dmu_tx_hold_free(tx, acl_obj, 0, in zfs_setacl()
Dzfs_vnops.c3678 dmu_tx_hold_free(tx, acl_obj, 0, in zfs_setattr()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Ddmu.h683 void dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off,
/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c1526 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END); in ztest_replay_remove()
1693 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length); in ztest_replay_truncate()
3642 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()