Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddmu_objset.h136 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
Ddmu.h258 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_ioctl.c330 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zfs_is_bootfs()
366 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version()
1434 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs()
1842 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os)) != 0) in zfs_ioc_obj_to_path()
1871 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os)) != 0) in zfs_ioc_obj_to_stats()
2145 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats()
2224 if (err = dmu_objset_hold(zc->zc_name, FTAG, &os)) in zfs_ioc_objset_zplprops()
2292 if (error = dmu_objset_hold(zc->zc_name, FTAG, &os)) { in zfs_ioc_dataset_list_next()
2346 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next()
3215 if ((error = dmu_objset_hold(parentname, FTAG, &os)) != 0) in zfs_fill_zplprops()
[all …]
Ddsl_prop.c264 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get()
1079 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get_received()
Dzvol.c830 if ((error = dmu_objset_hold(name, FTAG, &os)) != 0) { in zvol_set_volsize()
2385 if ((error = dmu_objset_hold(name, FTAG, &os)) != 0) {
2431 if ((error = dmu_objset_hold(name, FTAG, &os)) != 0) {
Dzil.c701 error = dmu_objset_hold(osname, FTAG, &os); in zil_check_log_chain()
1856 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
Ddsl_destroy.c940 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
Dzfs_ctldir.c1074 if (dmu_objset_hold(snapname, FTAG, &snap) != 0) {
Ddmu_objset.c454 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function
Dzfs_vfsops.c2256 VERIFY0(dmu_objset_hold(osname, zfsvfs, &zfsvfs->z_os)); in zfs_resume_fs()
Ddsl_dataset.c2573 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
Dspa.c509 if (error = dmu_objset_hold(strval, FTAG, &os)) in spa_prop_validate()
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c3337 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
4691 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold()
4733 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()