Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_objset.h208 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
H A Ddmu.h325 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c279 err = dmu_objset_hold(zm->mnt_osname, FTAG, &os); in zpl_mount_impl()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c340 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version()
1394 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs()
2090 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats()
2167 if ((err = dmu_objset_hold(zc->zc_name, FTAG, &os))) in zfs_ioc_objset_zplprops()
2218 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os))) { in zfs_ioc_dataset_list_next()
2287 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next()
3608 error = dmu_objset_hold(fsname, FTAG, &os); in zfs_destroy_unmount_origin()
3874 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_destroy()
4337 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_rename()
4895 if (dmu_objset_hold(tofs, FTAG, &os) == 0) { in zfs_ioc_recv_impl()
[all …]
H A Ddsl_prop.c323 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get()
1221 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get_received()
H A Ddmu_objset.c707 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function
3005 EXPORT_SYMBOL(dmu_objset_hold);
H A Ddsl_destroy.c1260 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
H A Dzvol.c874 VERIFY0(dmu_objset_hold(zv->zv_name, zv, &zv->zv_objset)); in zvol_resume()
H A Dzil.c3344 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
H A Ddsl_dataset.c3908 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
H A Dspa.c632 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c4271 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
5809 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold()
5856 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2937 err = dmu_objset_hold(path, tag, osp); in open_objset()