Searched refs:dmu_objset_hold (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_objset.h | 208 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
|
| H A D | dmu.h | 325 int dmu_objset_hold(const char *name, void *tag, objset_t **osp);
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 279 err = dmu_objset_hold(zm->mnt_osname, FTAG, &os); in zpl_mount_impl()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 340 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 D | dsl_prop.c | 323 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 D | dmu_objset.c | 707 dmu_objset_hold(const char *name, void *tag, objset_t **osp) in dmu_objset_hold() function 3005 EXPORT_SYMBOL(dmu_objset_hold);
|
| H A D | dsl_destroy.c | 1260 if (dmu_objset_hold(dsname, FTAG, &os) == 0) { in dsl_destroy_inconsistent()
|
| H A D | zvol.c | 874 VERIFY0(dmu_objset_hold(zv->zv_name, zv, &zv->zv_objset)); in zvol_resume()
|
| H A D | zil.c | 3344 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
|
| H A D | dsl_dataset.c | 3908 error = dmu_objset_hold(name, FTAG, &os); in dsl_dataset_promote()
|
| H A D | spa.c | 632 error = dmu_objset_hold(strval, FTAG, &os); in spa_prop_validate()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 4271 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 D | zdb.c | 2937 err = dmu_objset_hold(path, tag, osp); in open_objset()
|