/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 155 DMU_OST_ZFS, enumerator
|
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/ |
H A D | libzfs_input_check.c | 339 fnvlist_add_int32(required, "type", DMU_OST_ZFS); in test_create() 707 zc.zc_objset_type = DMU_OST_ZFS; in zfs_destroy()
|
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 131 dmu_objset_register_type(DMU_OST_ZFS, space_delta_cb); in zhack_import()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 435 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zpl_earlier_version() 659 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, B_TRUE, in zfs_set_slabel_policy() 1497 if (dmu_objset_type(os) != DMU_OST_ZFS) { in getzfsvfs_impl() 1931 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_path() 1961 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_stats() 2302 dmu_objset_type(os) == DMU_OST_ZFS) { in zfs_ioc_objset_zplprops() 3155 if (os != NULL && os->os_phys->os_type != DMU_OST_ZFS) in zfs_fill_zplprops_impl() 3316 case DMU_OST_ZFS: in zfs_ioc_create() 3360 } else if (type == DMU_OST_ZFS) { in zfs_ioc_create() 3940 if (ost == DMU_OST_ZFS) in zfs_ioc_destroy() [all …]
|
H A D | sa.c | 865 if (ostype == DMU_OST_ZFS && sa_attr_count == 0) in sa_attr_table_setup() 873 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup() 947 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup() 1092 if (ostype == DMU_OST_ZFS) { in sa_setup()
|
H A D | zfs_vfsops.c | 1206 error = dmu_objset_own(osname, DMU_OST_ZFS, ro, B_TRUE, zfsvfs, &os); in zfsvfs_create() 2634 dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb); in zfs_init() 2766 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop() 2811 ASSERT(dmu_objset_type(os) == DMU_OST_ZFS); in zfs_get_vfs_flag_unmounted()
|
H A D | zcp_get.c | 57 case DMU_OST_ZFS: in get_objset_type()
|
H A D | dsl_pool.c | 519 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx); in dsl_pool_create()
|
H A D | dmu_objset.c | 2412 return (dmu_objset_type(os) == DMU_OST_ZFS && in dmu_objset_userobjspace_upgradable() 2422 return (dmu_objset_type(os) == DMU_OST_ZFS && in dmu_objset_projectquota_upgradable()
|
H A D | dmu_send.c | 1001 if (dmu_objset_type(os) == DMU_OST_ZFS) { in dmu_send_impl()
|
H A D | dmu.c | 830 if (dmu_objset_type(os) == DMU_OST_ZFS) in dmu_objset_zfs_unmounting()
|
H A D | dsl_crypt.c | 1967 if (ostype != DMU_OST_ZFS && ostype != DMU_OST_ZVOL) in dsl_crypto_recv_raw_objset_check()
|
H A D | spa.c | 622 if (dmu_objset_type(os) != DMU_OST_ZFS) { in spa_prop_validate()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 75 DMU_OST_ZFS, enumerator
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_zvolops.c | 207 *type = (ispool) ? DMU_OST_ZFS : in devzvol_objset_check()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1200 DMU_OST_ZFS, enumerator
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 446 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common() 457 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common() 4510 zc.zc_objset_type = DMU_OST_ZFS; in zfs_rename()
|
H A D | libzfs_sendrecv.c | 4142 } else if (drrb->drr_type == DMU_OST_ZFS) { in zfs_receive_one()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfs.c | 1515 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_dev_open()
|
H A D | zfsimpl.c | 3658 if (mnt->objset.os_type != DMU_OST_ZFS) { in zfs_lookup()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1983 if (dmu_objset_type(*osp) == DMU_OST_ZFS && !(*osp)->os_encrypted) { in open_objset() 3018 err = open_objset(ds, DMU_OST_ZFS, FTAG, &os); in dump_path()
|