Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h142 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
H A Ddmu.h269 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c322 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zfs_is_bootfs()
358 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version()
1423 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs()
1848 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os)) != 0) in zfs_ioc_obj_to_path()
1877 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os)) != 0) in zfs_ioc_obj_to_stats()
2149 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats()
2226 if (err = dmu_objset_hold(zc->zc_name, FTAG, &os)) in zfs_ioc_objset_zplprops()
2294 if (error = dmu_objset_hold(zc->zc_name, FTAG, &os)) { in zfs_ioc_dataset_list_next()
2347 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next()
3187 if ((error = dmu_objset_hold(parentname, FTAG, &os)) != 0) in zfs_fill_zplprops()
[all …]
H A Ddsl_prop.c319 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get()
1160 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get_received()
H A Ddsl_destroy.c971 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
H A Dzfs_ctldir.c879 if (dmu_objset_hold(snapname, FTAG, &snap) != 0) { in zfsctl_snapdir_lookup()
H A Ddmu_objset.c516 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function
H A Dzfs_vfsops.c2062 VERIFY0(dmu_objset_hold(osname, zfsvfs, &zfsvfs->z_os)); in zfs_resume_fs()
H A Dzil.c1859 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
H A Ddsl_dataset.c2814 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
H A Dspa.c503 if (error = dmu_objset_hold(strval, FTAG, &os)) in spa_prop_validate()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c3348 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
4727 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold()
4774 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()