Searched refs:dmu_objset_hold (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 214 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
|
| H A D | dmu.h | 351 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 395 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 D | dsl_prop.c | 352 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 D | dmu_objset.c | 770 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 D | dsl_destroy.c | 1277 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
|
| H A D | zvol.c | 1266 VERIFY0(dmu_objset_hold(zv->zv_name, zv, &zv->zv_objset)); in zvol_resume()
|
| H A D | zil.c | 4509 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
|
| H A D | dsl_dataset.c | 4041 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
|
| H A D | spa.c | 867 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
|
| /freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 857 err = dmu_objset_hold(fc->source, FTAG, &os); in zpl_get_tree()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 4787 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 D | zdb.c | 3769 err = dmu_objset_hold(path, tag, osp); in open_objset() 10547 int err = dmu_objset_hold(target, FTAG, in main()
|