Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/file/magic/Magdir/
H A Dzfs24 # typedef enum dmu_objset_type {
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c378 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zpl_earlier_version()
1458 if (dmu_objset_type(os) != DMU_OST_ZFS) { in getzfsvfs_impl()
1900 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_path()
1929 if (dmu_objset_type(os) != DMU_OST_ZFS) { in zfs_ioc_obj_to_stats()
2176 dmu_objset_type(os) == DMU_OST_ZVOL) { in zfs_ioc_objset_stats_impl()
2296 dmu_objset_type(os) == DMU_OST_ZFS) { in zfs_ioc_objset_zplprops()
3863 ost = dmu_objset_type(os); in zfs_ioc_destroy()
4054 ost = dmu_objset_type(os); in zfs_ioc_rename()
H A Dsa.c837 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_attr_table_setup()
991 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_setup()
H A Dzvol.c2940 if (dmu_objset_type(os) == DMU_OST_ZVOL) {
2954 if (dmu_objset_type(os) != DMU_OST_ZFS) {
H A Ddmu_send.c820 if (dmu_objset_type(os) == DMU_OST_ZFS) { in dmu_send_impl()
861 drr->drr_u.drr_begin.drr_type = dmu_objset_type(os); in dmu_send_impl()
H A Dzfs_vfsops.c2814 ASSERT(dmu_objset_type(os) == DMU_OST_ZFS); in zfs_get_vfs_flag_unmounted()
H A Ddmu_objset.c124 dmu_objset_type(objset_t *os) in dmu_objset_type() function
H A Ddmu.c743 if (dmu_objset_type(os) == DMU_OST_ZFS) in dmu_objset_zfs_unmounting()
H A Dspa.c621 if (dmu_objset_type(os) != DMU_OST_ZFS) { in spa_prop_validate()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h65 typedef enum dmu_objset_type { enum
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h927 extern dmu_objset_type_t dmu_objset_type(objset_t *os);
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h1069 typedef enum dmu_objset_type { enum
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1895 if (dmu_objset_type(*osp) == DMU_OST_ZFS) { in open_objset()