Home
last modified time | relevance | path

Searched refs:dmu_objset_find (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzvol.c1122 error = dmu_objset_find(dsname, in zvol_create_minors_cb()
1183 (void) dmu_objset_find(name, zvol_create_minors_cb, in zvol_create_minors_recursive()
1424 dmu_objset_find(name, zvol_set_snapdev_cb, &arg, DS_FIND_SNAPSHOTS); in zvol_set_snapdev_impl()
HDdmu_objset.c2960 dmu_objset_find(const char *name, int func(const char *, void *), void *arg, in dmu_objset_find() function
3057 EXPORT_SYMBOL(dmu_objset_find);
HDzfs_ioctl.c4384 error = dmu_objset_find(zc->zc_name, in zfs_ioc_rename()
5821 (void) dmu_objset_find(origin, in zfs_ioc_promote()
HDspa.c2503 error = dmu_objset_find(spa_name(spa), zil_reset, in spa_reset_logs()
5254 (void) dmu_objset_find(spa_name(spa),
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDdmu.h344 int dmu_objset_find(const char *name, int func(const char *, void *), void *arg,
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
HDztest.c4352 (void) dmu_objset_find(name, ztest_objset_destroy_cb, NULL, in ztest_dmu_objset_create_destroy()
7134 (void) dmu_objset_find(name, ztest_objset_destroy_cb, NULL, in ztest_dataset_destroy()
7542 (void) dmu_objset_find(ztest_opts.zo_pool, ztest_replay_zil_cb, in ztest_run()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c7635 (void) dmu_objset_find(spa_name(spa), dump_one_objset, in dump_zpool()