Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h214 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
H A Ddmu.h351 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c395 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version()
1616 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs()
2426 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats()
2503 if ((err = dmu_objset_hold(zc->zc_name, FTAG, &os))) in zfs_ioc_objset_zplprops()
2566 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os))) { in zfs_ioc_dataset_list_next()
2635 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next()
3819 if ((error = dmu_objset_hold(parentname, FTAG, &os)) != 0) in zfs_fill_zplprops()
4267 error = dmu_objset_hold(fsname, FTAG, &os); in zfs_destroy_unmount_origin()
4583 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_destroy()
5105 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_rename()
[all …]
H A Ddsl_prop.c352 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get()
1319 error = dmu_objset_hold(dsname, FTAG, &os); in dsl_prop_get_received()
H A Ddmu_objset.c770 dmu_objset_hold(const char *name, const void *tag, objset_t **osp) in dmu_objset_hold() function
3073 EXPORT_SYMBOL(dmu_objset_hold);
H A Ddsl_destroy.c1277 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
H A Dzvol.c1266 VERIFY0(dmu_objset_hold(zv->zv_name, zv, &zv->zv_objset)); in zvol_resume()
H A Dzil.c4509 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
H A Ddsl_dataset.c4041 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
H A Dspa.c867 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c857 err = dmu_objset_hold(fc->source, FTAG, &os); in zpl_get_tree()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4787 VERIFY0(dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
6359 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold()
6407 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3769 err = dmu_objset_hold(path, tag, osp); in open_objset()
10547 int err = dmu_objset_hold(target, FTAG, in main()