Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h126 dmu_tx_t *dmu_tx_create(objset_t *dd);
H A Ddmu.h681 dmu_tx_t *dmu_tx_create(objset_t *os);
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_dir.c339 tx = dmu_tx_create(zfsvfs->z_os); in zfs_purgedir()
436 tx = dmu_tx_create(os); in zfs_rmnode()
733 tx = dmu_tx_create(zfsvfs->z_os); in zfs_make_xattrdir()
H A Dzfs_vnops.c1241 tx = dmu_tx_create(zfsvfs->z_os); in zfs_write()
2223 tx = dmu_tx_create(os); in zfs_create()
2343 tx = dmu_tx_create(zfsvfs->z_os); in zfs_remove()
2514 tx = dmu_tx_create(zfsvfs->z_os); in zfs_mkdir()
2614 tx = dmu_tx_create(zfsvfs->z_os); in zfs_rmdir()
3654 tx = dmu_tx_create(zfsvfs->z_os); in zfs_setattr()
4413 tx = dmu_tx_create(zfsvfs->z_os); in zfs_rename()
4599 tx = dmu_tx_create(zfsvfs->z_os); in zfs_symlink()
4801 tx = dmu_tx_create(zfsvfs->z_os); in zfs_link()
4863 dmu_tx_t *tx = dmu_tx_create(zfsvfs->z_os); in zfs_inactive()
[all …]
H A Ddmu_send.c2106 tx = dmu_tx_create(rwa->os); in receive_object()
2213 tx = dmu_tx_create(rwa->os); in receive_write()
2290 tx = dmu_tx_create(rwa->os); in receive_write_byref()
2327 tx = dmu_tx_create(rwa->os); in receive_write_embedded()
2369 tx = dmu_tx_create(rwa->os); in receive_spill()
H A Dzil.c567 tx = dmu_tx_create(zilog->zl_os); in zil_create()
632 tx = dmu_tx_create(zilog->zl_os); in zil_destroy()
993 tx = dmu_tx_create(zilog->zl_os); in zil_lwb_write_start()
H A Ddmu.c781 tx = dmu_tx_create(os); in dmu_free_long_range_impl()
845 tx = dmu_tx_create(os); in dmu_free_long_object()
1754 tx = dmu_tx_create(os); in dmu_sync_late_arrival()
H A Dzfs_znode.c1779 tx = dmu_tx_create(zfsvfs->z_os); in zfs_extend()
1912 tx = dmu_tx_create(zfsvfs->z_os); in zfs_trunc()
2005 tx = dmu_tx_create(zfsvfs->z_os); in zfs_freesp()
H A Dzfs_vfsops.c232 tx = dmu_tx_create(zfsvfs->z_os); in zfs_netbsd_sync()
1079 tx = dmu_tx_create(zfsvfs->z_os); in zfs_set_userquota()
2892 tx = dmu_tx_create(os); in zfs_set_version()
H A Dzfs_replay.c835 dmu_tx_t *tx = dmu_tx_create(zfsvfs->z_os); in zfs_replay_write2()
H A Ddmu_tx.c67 dmu_tx_create(objset_t *os) in dmu_tx_create() function
H A Ddmu_objset.c1537 tx = dmu_tx_create(os); in dmu_objset_userspace_upgrade()
H A Dzfs_acl.c1946 tx = dmu_tx_create(zfsvfs->z_os); in zfs_setacl()
H A Dzfs_ioctl.c5371 tx = dmu_tx_create(zfsvfs->z_os); in zfs_ioc_smb_acl()
/netbsd-src/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c1433 tx = dmu_tx_create(os); in ztest_replay_create()
1523 tx = dmu_tx_create(os); in ztest_replay_remove()
1600 tx = dmu_tx_create(os); in ztest_replay_write()
1691 tx = dmu_tx_create(os); in ztest_replay_truncate()
1731 tx = dmu_tx_create(os); in ztest_replay_setattr()
2141 tx = dmu_tx_create(os); in ztest_prealloc()
3637 tx = dmu_tx_create(os); in ztest_dmu_read_write()
3921 tx = dmu_tx_create(os); in ztest_dmu_read_write_zcopy()
4128 tx = dmu_tx_create(os); in ztest_zap()
4196 tx = dmu_tx_create(os); in ztest_zap()
[all …]