Home
last modified time | relevance | path

Searched refs:dmu_objset_type (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dzfs24 # typedef enum dmu_objset_type {
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/fs/
H A Dzfs.h64 typedef enum dmu_objset_type { enum
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu.h885 extern dmu_objset_type_t dmu_objset_type(objset_t *os);
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c389 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zpl_earlier_version()
1473 if (dmu_objset_type(os) != DMU_OST_ZFS) { in getzfsvfs()
1879 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_path()
1908 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_stats()
2151 dmu_objset_type(os) == DMU_OST_ZVOL) { in zfs_ioc_objset_stats_impl()
2271 dmu_objset_type(os) == DMU_OST_ZFS) { in zfs_ioc_objset_zplprops()
H A Dsa.c846 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_attr_table_setup()
1000 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_setup()
H A Ddmu_send.c797 if (dmu_objset_type(os) == DMU_OST_ZFS) { in dmu_send_impl()
828 drr->drr_u.drr_begin.drr_type = dmu_objset_type(os); in dmu_send_impl()
H A Ddmu_objset.c114 dmu_objset_type(objset_t *os) in dmu_objset_type() function
H A Dspa.c533 if (dmu_objset_type(os) != DMU_OST_ZFS) { in spa_prop_validate()