Home
last modified time | relevance | path

Searched refs:dmu_objset_hold (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h204 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
H A Ddmu.h329 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c395 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zfs_is_bootfs()
431 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version()
1517 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs()
2212 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats()
2411 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next()
3684 error = dmu_objset_hold(fsname, FTAG, &os); in zfs_destroy_unmount_origin()
3933 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_destroy()
4229 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_rename()
4817 if (dmu_objset_hold(tofs, FTAG, &os) == 0) { in zfs_ioc_recv_impl()
5639 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_id_quota_upgrade()
[all …]
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 Ddsl_destroy.c1073 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
H A Dzfs_ctldir.c873 if (dmu_objset_hold(snapname, FTAG, &snap) != 0) { in zfsctl_snapdir_lookup()
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()
H A Dzil.c3144 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
H A Ddsl_dataset.c3404 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
H A Dspa.c613 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3970 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
5430 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold()
5477 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()