Home
last modified time | relevance | path

Searched refs:dmu_objset_hold (Results 1 – 11 of 11) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c396 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zfs_is_bootfs()
432 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version()
1518 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs()
2213 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats()
2412 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next()
3685 error = dmu_objset_hold(fsname, FTAG, &os); in zfs_destroy_unmount_origin()
3934 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_destroy()
4230 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_rename()
4818 if (dmu_objset_hold(tofs, FTAG, &os) == 0) { in zfs_ioc_recv_impl()
5646 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_id_quota_upgrade()
[all …]
H A Ddsl_dataset.c3404 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
H A Ddsl_prop.c319 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get()
1159 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get_received()
H A Dspa.c613 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
H A Dzil.c3144 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
H A Dzfs_ctldir.c873 if (dmu_objset_hold(snapname, FTAG, &snap) != 0) { in zfsctl_snapdir_lookup()
H A Ddsl_destroy.c1073 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
H A Ddmu_objset.c709 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function
1408 error = dmu_objset_hold(fsname, FTAG, &os); in dmu_objset_remap_indirects()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3975 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
5580 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold()
5627 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h329 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
H A Ddmu_objset.h204 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);