Searched refs:DMU_OST_ZFS (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h155 DMU_OST_ZFS, enumerator in enum:dmu_objset_type
/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c178 err = dmu_objset_own(dataset, DMU_OST_ZFS, B_TRUE, FTAG, &os);
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c139 dmu_objset_register_type(DMU_OST_ZFS, space_delta_cb);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h64 DMU_OST_ZFS, enumerator in enum:dmu_objset_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c860 if (ostype == DMU_OST_ZFS && sa_attr_count == 0)
868 if (ostype == DMU_OST_ZFS) {
942 if (ostype == DMU_OST_ZFS) {
1087 if (ostype == DMU_OST_ZFS) {
H A Dzfs_ioctl.c362 if (dmu_objset_type(os) != DMU_OST_ZFS) {
586 error = dmu_objset_own(name, DMU_OST_ZFS, B_TRUE,
1404 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1797 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1826 if (dmu_objset_type(os) != DMU_OST_ZFS) {
2185 dmu_objset_type(os) == DMU_OST_ZFS) {
3187 case DMU_OST_ZFS:
3231 } else if (type == DMU_OST_ZFS) {
3617 if (zc->zc_objset_type == DMU_OST_ZFS) {
3703 if (zc->zc_objset_type == DMU_OST_ZFS) {
[all...]
H A Dzfs_vfsops.c982 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os);
2151 dmu_objset_register_type(DMU_OST_ZFS, zfs_space_delta_cb);
2286 ASSERT(dmu_objset_type(os) == DMU_OST_ZFS);
H A Ddsl_pool.c398 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx);
H A Ddmu.c708 if (dmu_objset_type(os) == DMU_OST_ZFS)
H A Ddmu_send.c784 if (dmu_objset_type(os) == DMU_OST_ZFS) {
H A Dspa.c515 if (dmu_objset_type(os) != DMU_OST_ZFS) {
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c207 *type = (ispool) ? DMU_OST_ZFS :
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c568 if (mount->objset.os_type != DMU_OST_ZFS) {
H A Dzfsimpl.c2203 if (mnt->objset.os_type != DMU_OST_ZFS) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1030 DMU_OST_ZFS, enumerator in enum:dmu_objset_type
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c440 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS)
449 else if (zhp->zfs_dmustats.dds_type == DMU_OST_ZFS)
3439 zc.zc_objset_type = DMU_OST_ZFS;
4088 zc.zc_objset_type = DMU_OST_ZFS;
H A Dlibzfs_sendrecv.c2143 zc.zc_objset_type = DMU_OST_ZFS;
2221 zc.zc_objset_type = DMU_OST_ZFS;

Completed in 168 milliseconds