Home
last modified time | relevance | path

Searched refs:dmu_objset_create (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDdmu.h338 int dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags,
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu_objset.c1340 dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags, in dmu_objset_create() function
3070 EXPORT_SYMBOL(dmu_objset_create);
HDzfs_ioctl.c3461 error = dmu_objset_create(fsname, type, in zfs_ioc_create()
/freebsd-14-stable/sys/contrib/openzfs/cmd/
HDztest.c4231 err = dmu_objset_create(dsname, DMU_OST_OTHER, 0, dcp, in ztest_dataset_create()
4420 dmu_objset_create(name, DMU_OST_OTHER, 0, NULL, NULL, NULL)); in ztest_dmu_objset_create_destroy()