Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1238 dmu_tx_hold_zap(tx, sa->sa_reg_attr_obj, in dmu_tx_sa_registration_hold()
1241 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, in dmu_tx_sa_registration_hold()
1270 dmu_tx_hold_zap(tx, sa->sa_layout_attr_obj, B_TRUE, NULL); in dmu_tx_hold_sa_create()
1272 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_LAYOUTS); in dmu_tx_hold_sa_create()
1273 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_REGISTRY); in dmu_tx_hold_sa_create()
1274 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in dmu_tx_hold_sa_create()
1275 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in dmu_tx_hold_sa_create()
1313 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_LAYOUTS); in dmu_tx_hold_sa()
1315 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in dmu_tx_hold_sa()
1316 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in dmu_tx_hold_sa()
[all …]
H A Dzfs_dir.c615 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, zap.za_name); in zfs_purgedir()
617 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_purgedir()
711 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rmnode()
713 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, TRUE, NULL); in zfs_rmnode()
1039 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_make_xattrdir()
H A Dzfs_vnops.c1706 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name); in zfs_create()
1909 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name); in zfs_remove()
1937 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_remove()
2168 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, dirname); in zfs_mkdir()
2169 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_mkdir()
2312 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name); in zfs_rmdir()
2314 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rmdir()
4122 dmu_tx_hold_zap(tx, sdzp->z_id, FALSE, snm); in zfs_rename()
4123 dmu_tx_hold_zap(tx, tdzp->z_id, TRUE, tnm); in zfs_rename()
4320 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name); in zfs_symlink()
[all …]
H A Dzfs_vfsops.c895 dmu_tx_hold_zap(tx, *objp ? *objp : DMU_NEW_OBJECT, B_TRUE, NULL); in zfs_set_userquota()
897 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_userquota()
2644 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR); in zfs_set_version()
2646 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_version()
2648 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_set_version()
H A Dzvol.c737 dmu_tx_hold_zap(tx, ZVOL_ZAP_OBJ, TRUE, NULL); in zvol_update_volsize()
1979 dmu_tx_hold_zap(tx, ZVOL_ZAP_OBJ, TRUE, NULL); in zvol_dump_init()
2103 dmu_tx_hold_zap(tx, ZVOL_ZAP_OBJ, TRUE, NULL); in zvol_dumpify()
2143 dmu_tx_hold_zap(tx, ZVOL_ZAP_OBJ, TRUE, NULL); in zvol_dump_fini()
H A Dzfs_fuid.c781 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, FALSE, NULL); in zfs_fuid_txhold()
H A Dzfs_ioctl.c5966 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, TRUE, in zfs_ioc_smb_acl()
5968 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_ioc_smb_acl()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1670 dmu_tx_hold_zap(tx, lr->lr_doid, B_TRUE, name); in ztest_replay_create()
1673 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, B_TRUE, NULL); in ztest_replay_create()
1765 dmu_tx_hold_zap(tx, lr->lr_doid, B_FALSE, name); in ztest_replay_remove()
4787 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap()
4855 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap()
4888 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap()
4929 dmu_tx_hold_zap(tx, object, B_TRUE, name); in ztest_fzap()
4996 dmu_tx_hold_zap(tx, object, B_TRUE, NULL); in ztest_zap_parallel()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h788 void dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name);