Searched refs:dmu_objset_hold (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 141 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
|
H A D | dmu.h | 267 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 319 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zfs_is_bootfs() 355 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version() 1420 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs() 1845 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os)) != 0) in zfs_ioc_obj_to_path() 1874 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os)) != 0) in zfs_ioc_obj_to_stats() 2146 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats() 2223 if (err = dmu_objset_hold(zc->zc_name, FTAG, &os)) in zfs_ioc_objset_zplprops() 2291 if (error = dmu_objset_hold(zc->zc_name, FTAG, &os)) { in zfs_ioc_dataset_list_next() 2344 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next() 3184 if ((error = dmu_objset_hold(parentname, FTAG, &os)) != 0) in zfs_fill_zplprops() [all …]
|
H A D | dsl_prop.c | 263 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get() 1110 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get_received()
|
H A D | dsl_destroy.c | 970 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
|
H A D | zfs_ctldir.c | 878 if (dmu_objset_hold(snapname, FTAG, &snap) != 0) { in zfsctl_snapdir_lookup()
|
H A D | dmu_objset.c | 515 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function
|
H A D | zfs_vfsops.c | 2095 VERIFY0(dmu_objset_hold(osname, zfsvfs, &zfsvfs->z_os)); in zfs_resume_fs()
|
H A D | zil.c | 1858 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
|
H A D | dsl_dataset.c | 2800 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
|
H A D | spa.c | 501 if (error = dmu_objset_hold(strval, FTAG, &os)) in spa_prop_validate()
|
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 3347 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy() 4726 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold() 4773 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()
|