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 | 213 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
|
H A D | dmu.h | 329 int dmu_objset_hold(const char *name, const void *tag, objset_t **osp);
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_super.c | 287 err = dmu_objset_hold(zm->mnt_osname, FTAG, &os); in zpl_mount_impl()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ioctl.c | 339 if (dmu_objset_hold(name, FTAG, &os) == 0) { in zpl_earlier_version() 1382 error = dmu_objset_hold(dsname, FTAG, &os); in getzfsvfs() 2153 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_objset_stats() 2230 if ((err = dmu_objset_hold(zc->zc_name, FTAG, &os))) in zfs_ioc_objset_zplprops() 2281 if ((error = dmu_objset_hold(zc->zc_name, FTAG, &os))) { in zfs_ioc_dataset_list_next() 2350 error = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_snapshot_list_next() 3425 if ((error = dmu_objset_hold(parentname, FTAG, &os)) != 0) in zfs_fill_zplprops() 3862 error = dmu_objset_hold(fsname, FTAG, &os); in zfs_destroy_unmount_origin() 4173 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_destroy() 4682 err = dmu_objset_hold(zc->zc_name, FTAG, &os); in zfs_ioc_rename() [all …]
|
H A D | dsl_prop.c | 351 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 | zvol.c | 879 VERIFY0(dmu_objset_hold(zv->zv_name, zv, &zv->zv_objset)); in zvol_resume()
|
H A D | dsl_destroy.c | 1278 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
|
H A D | dmu_objset.c | 773 dmu_objset_hold(const char *name, const void *tag, objset_t **osp) in dmu_objset_hold() function 3149 EXPORT_SYMBOL(dmu_objset_hold);
|
H A D | zil.c | 4056 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
|
H A D | dsl_dataset.c | 3919 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
|
H A D | spa.c | 778 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 4786 VERIFY0(dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy() 6354 error = dmu_objset_hold(fullname, FTAG, &origin); in ztest_dmu_snapshot_hold() 6402 VERIFY3U(dmu_objset_hold(fullname, FTAG, &origin), ==, ENOENT); in ztest_dmu_snapshot_hold()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 3292 err = dmu_objset_hold(path, tag, osp); in open_objset() 9725 int err = dmu_objset_hold(target, FTAG, in main()
|