Home
last modified time | relevance | path

Searched refs:dmu_tx_hold_zap (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c625 dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name) in dmu_tx_hold_zap() function
1446 dmu_tx_hold_zap(tx, sa->sa_reg_attr_obj, in dmu_tx_sa_registration_hold()
1449 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, in dmu_tx_sa_registration_hold()
1478 dmu_tx_hold_zap(tx, sa->sa_layout_attr_obj, B_TRUE, NULL); in dmu_tx_hold_sa_create()
1480 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_LAYOUTS); in dmu_tx_hold_sa_create()
1481 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_REGISTRY); in dmu_tx_hold_sa_create()
1482 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in dmu_tx_hold_sa_create()
1483 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in dmu_tx_hold_sa_create()
1524 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_LAYOUTS); in dmu_tx_hold_sa()
1525 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_REGISTRY); in dmu_tx_hold_sa()
[all …]
H A Dzfs_quota.c336 dmu_tx_hold_zap(tx, *objp ? *objp : DMU_NEW_OBJECT, B_TRUE, NULL); in zfs_set_userquota()
338 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_userquota()
H A Dzfs_fuid.c779 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, FALSE, NULL); in zfs_fuid_txhold()
H A Dzvol.c277 dmu_tx_hold_zap(tx, ZVOL_ZAP_OBJ, TRUE, NULL); in zvol_update_volsize()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c398 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, zap->za_name); in zfs_purgedir()
400 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_purgedir()
499 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rmnode()
501 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, TRUE, NULL); in zfs_rmnode()
847 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_make_xattrdir()
H A Dzfs_vnops_os.c1043 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name); in zfs_create()
1173 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name); in zfs_remove_()
1184 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_remove_()
1401 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, dirname); in zfs_mkdir()
1402 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_mkdir()
1510 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name); in zfs_rmdir_()
1512 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rmdir_()
3236 dmu_tx_hold_zap(tx, sdzp->z_id, FALSE, snm); in zfs_do_rename_impl()
3237 dmu_tx_hold_zap(tx, tdzp->z_id, TRUE, tnm); in zfs_do_rename_impl()
3248 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_do_rename_impl()
[all …]
H A Dzfs_vfsops.c2195 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR); in zfs_set_version()
2197 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_version()
2199 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_set_version()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c620 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, zap->za_name); in zfs_purgedir()
622 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_purgedir()
723 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rmnode()
725 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, TRUE, NULL); in zfs_rmnode()
1149 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_make_xattrdir()
H A Dzfs_vnops_os.c733 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name); in zfs_create()
923 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_tmpfile()
1064 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name); in zfs_remove()
1091 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_remove()
1332 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, dirname); in zfs_mkdir()
1333 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_mkdir()
1484 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name); in zfs_rmdir()
1486 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rmdir()
3052 dmu_tx_hold_zap(tx, sdzp->z_id, in zfs_rename()
3054 dmu_tx_hold_zap(tx, tdzp->z_id, TRUE, tnm); in zfs_rename()
[all …]
H A Dzfs_vfsops.c1959 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR); in zfs_set_version()
1961 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_version()
1963 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_set_version()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c2069 dmu_tx_hold_zap(tx, lr->lr_doid, B_TRUE, name); in ztest_replay_create()
2072 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in ztest_replay_create()
2164 dmu_tx_hold_zap(tx, lr->lr_doid, B_FALSE, name); in ztest_replay_remove()
5694 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap()
5762 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap()
5796 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap()
5839 dmu_tx_hold_zap(tx, object, B_TRUE, name); in ztest_fzap()
5910 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap_parallel()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h822 void dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name);