Searched refs:DMU_OST_ZFS (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 155 DMU_OST_ZFS, enumerator
|
/titanic_44/usr/src/cmd/zinject/ |
H A D | translate.c | 178 err = dmu_objset_own(dataset, DMU_OST_ZFS, B_TRUE, FTAG, &os); in object_from_path()
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_zvolops.c | 189 *type = (ispool) ? DMU_OST_ZFS : in devzvol_objset_check() 747 zc->zc_objset_stats.dds_type != DMU_OST_ZFS) in sdev_iter_datasets()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 358 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zpl_earlier_version() 574 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE, in zfs_set_slabel_policy() 1423 if (dmu_objset_type(os) != DMU_OST_ZFS) { in getzfsvfs() 1847 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_path() 1876 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_stats() 2235 dmu_objset_type(os) == DMU_OST_ZFS) { in zfs_ioc_objset_zplprops() 3236 case DMU_OST_ZFS: in zfs_ioc_create() 3280 } else if (type == DMU_OST_ZFS) { in zfs_ioc_create() 3666 if (zc->zc_objset_type == DMU_OST_ZFS) { in zfs_ioc_destroy() 3749 if (zc->zc_objset_type == DMU_OST_ZFS) { in zfs_ioc_rename()
|
H A D | sa.c | 861 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()
|
H A D | dsl_pool.c | 396 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx); in dsl_pool_create()
|
H A D | zfs_vfsops.c | 896 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create() 2231 dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb); in zfs_init()
|
H A D | dmu_send.c | 715 if (dmu_objset_type(os) == DMU_OST_ZFS) { in dmu_send_impl()
|
H A D | spa.c | 510 if (dmu_objset_type(os) != DMU_OST_ZFS) { in spa_prop_validate()
|
/titanic_44/usr/src/cmd/zhack/ |
H A D | zhack.c | 139 dmu_objset_register_type(DMU_OST_ZFS, space_delta_cb); in import_pool()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 60 DMU_OST_ZFS, enumerator
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 469 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common() 478 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS) in make_dataset_handle_common() 3273 ost = DMU_OST_ZFS; in zfs_create() 3403 zc.zc_objset_type = DMU_OST_ZFS; in zfs_destroy() 4037 zc.zc_objset_type = DMU_OST_ZFS; in zfs_rename()
|
H A D | libzfs_sendrecv.c | 2081 zc.zc_objset_type = DMU_OST_ZFS; in recv_rename() 2159 zc.zc_objset_type = DMU_OST_ZFS; in recv_destroy()
|