/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 515 dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name) in dmu_tx_hold_zap() function 1238 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() 1314 dmu_tx_hold_zap(tx, sa->sa_master_obj, B_TRUE, SA_REGISTRY); in dmu_tx_hold_sa() [all …]
|
H A D | zfs_dir.c | 615 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 D | zfs_vnops.c | 1706 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() 4134 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); in zfs_rename() [all …]
|
H A D | zfs_vfsops.c | 916 dmu_tx_hold_zap(tx, *objp ? *objp : DMU_NEW_OBJECT, B_TRUE, NULL); in zfs_set_userquota() 918 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_userquota() 2668 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_FALSE, ZPL_VERSION_STR); in zfs_set_version() 2670 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, B_TRUE, in zfs_set_version() 2672 dmu_tx_hold_zap(tx, DMU_NEW_OBJECT, FALSE, NULL); in zfs_set_version()
|
H A D | zvol.c | 737 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 D | zfs_fuid.c | 781 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, FALSE, NULL); in zfs_fuid_txhold()
|
H A D | zfs_ioctl.c | 5966 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 D | ztest.c | 1670 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 D | dmu.h | 788 void dmu_tx_hold_zap(dmu_tx_t *tx, uint64_t object, int add, const char *name);
|