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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c490 dmu_tx_hold_free(tx, zp->z_id, 0, DMU_OBJECT_END);
495 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END);
H A Dzfs_acl.c1985 dmu_tx_hold_free(tx, acl_obj, 0,
H A Dzfs_vnops_os.c2666 dmu_tx_hold_free(tx, acl_obj, 0,
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c711 dmu_tx_hold_free(tx, zp->z_id, 0, DMU_OBJECT_END);
718 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END);
H A Dzfs_vnops_os.c1024 dmu_tx_hold_free(tx, zp->z_id, 0,
1040 dmu_tx_hold_free(tx, acl_obj, 0, DMU_OBJECT_END);
2281 dmu_tx_hold_free(tx, acl_obj, 0,
H A Dzfs_acl.c2155 dmu_tx_hold_free(tx, acl_obj, 0,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c437 dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off, uint64_t len) function
1400 EXPORT_SYMBOL(dmu_tx_hold_free); variable
H A Dzfs_sa.c431 dmu_tx_hold_free(tx, zfs_external_acl(zp), 0,
H A Ddmu.c871 dmu_tx_hold_free(tx, dn->dn_object, chunk_begin, chunk_len);
967 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu.h774 void dmu_tx_hold_free(dmu_tx_t *tx, uint64_t object, uint64_t off,
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c2096 dmu_tx_hold_free(tx, object, 0, DMU_OBJECT_END);
2268 dmu_tx_hold_free(tx, lr->lr_foid, lr->lr_offset, lr->lr_length);
4766 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize);

Completed in 302 milliseconds