Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h345 int dmu_objset_find(char *name, int func(const char *, void *), void *arg,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c2922 dmu_objset_find(char *name, int func(const char *, void *), void *arg, in dmu_objset_find() function
H A Dzfs_ioctl.c4245 error = dmu_objset_find(zc->zc_name, in zfs_ioc_rename()
5509 (void) dmu_objset_find(origin, in zfs_ioc_promote()
H A Dspa.c2055 error = dmu_objset_find(spa_name(spa), zil_reset, in spa_reset_logs()
4363 (void) dmu_objset_find(spa_name(spa),
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3923 (void) dmu_objset_find(name, ztest_objset_destroy_cb, NULL, in ztest_dmu_objset_create_destroy()
6535 (void) dmu_objset_find(name, ztest_objset_destroy_cb, NULL, in ztest_dataset_destroy()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c5786 (void) dmu_objset_find(spa_name(spa), dump_one_dir, in dump_zpool()