Searched refs:dmu_objset_hold (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 142 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
|
H A D | dmu.h | 269 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 322 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 D | dsl_prop.c | 319 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 D | dsl_destroy.c | 971 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
|
H A D | zfs_ctldir.c | 879 if (dmu_objset_hold(snapname, FTAG, &snap) != 0) { in zfsctl_snapdir_lookup()
|
H A D | dmu_objset.c | 516 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function
|
H A D | zfs_vfsops.c | 2062 VERIFY0(dmu_objset_hold(osname, zfsvfs, &zfsvfs->z_os)); in zfs_resume_fs()
|
H A D | zil.c | 1859 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
|
H A D | dsl_dataset.c | 2814 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
|
H A D | spa.c | 503 if (error = dmu_objset_hold(strval, FTAG, &os)) in spa_prop_validate()
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 3348 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()
|