Home
last modified time | relevance | path

Searched refs:DMU_OST_ZFS (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/file/magic/Magdir/
Dzfs27 # DMU_OST_ZFS,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zinject/
Dtranslate.c161 err = dmu_objset_own(dataset, DMU_OST_ZFS, B_TRUE, FTAG, &os); in object_from_path()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_ioctl.c380 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zpl_earlier_version()
605 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, in zfs_set_slabel_policy()
1473 if (dmu_objset_type(os) != DMU_OST_ZFS) { in getzfsvfs_impl()
1919 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_path()
1948 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_stats()
2315 dmu_objset_type(os) == DMU_OST_ZFS) { in zfs_ioc_objset_zplprops()
3181 if (os != NULL && os->os_phys->os_type != DMU_OST_ZFS) in zfs_fill_zplprops_impl()
3329 case DMU_OST_ZFS: in zfs_ioc_create()
3373 } else if (type == DMU_OST_ZFS) { in zfs_ioc_create()
3927 if (ost == DMU_OST_ZFS) in zfs_ioc_destroy()
[all …]
Dsa.c861 if (ostype == DMU_OST_ZFS && sa_attr_count == 0) in sa_attr_table_setup()
869 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup()
943 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup()
1088 if (ostype == DMU_OST_ZFS) { in sa_setup()
Dzfs_vfsops.c1176 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create()
2635 dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb); in zfs_init()
2774 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
2819 ASSERT(dmu_objset_type(os) == DMU_OST_ZFS); in zfs_get_vfs_flag_unmounted()
Dzcp_get.c57 case DMU_OST_ZFS: in get_objset_type()
Ddmu_send.c824 if (dmu_objset_type(os) == DMU_OST_ZFS) { in dmu_send_impl()
1342 if (drba->drba_cookie->drc_drrb->drr_type != DMU_OST_ZFS && in recv_begin_check_existing_impl()
1534 if (dmu_objset_type(os) != DMU_OST_ZFS) { in dmu_recv_begin_check()
Ddsl_pool.c603 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx); in dsl_pool_create()
Ddsl_dir.c1903 if (dmu_objset_type(parentos) != DMU_OST_ZFS) { in dsl_dir_rename_check()
Ddmu_objset.c1016 if (dmu_objset_type(parentos) != DMU_OST_ZFS) { in dmu_objset_create_check()
Ddmu.c773 if (dmu_objset_type(os) == DMU_OST_ZFS) in dmu_objset_zfs_unmounting()
Dzvol.c2970 if (dmu_objset_type(os) != DMU_OST_ZFS) {
Dspa.c651 if (dmu_objset_type(os) != DMU_OST_ZFS) { in spa_prop_validate()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zhack/
Dzhack.c134 dmu_objset_register_type(DMU_OST_ZFS, space_delta_cb); in zhack_import()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
Dzfs.h69 DMU_OST_ZFS, enumerator
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c441 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common()
452 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common()
4466 zc.zc_objset_type = DMU_OST_ZFS; in zfs_rename()
5288 zc.zc_objset_type = DMU_OST_ZFS; in zfs_jail()
/freebsd-12-stable/stand/libsa/zfs/
Dzfs.c941 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_dev_open()
Dzfsimpl.c3368 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_lookup()
/freebsd-12-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1197 DMU_OST_ZFS, enumerator
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c1905 if (dmu_objset_type(*osp) == DMU_OST_ZFS) { in open_objset()
2664 err = open_objset(ds, DMU_OST_ZFS, FTAG, &os); in dump_path()