Searched refs:dmu_objset_type (Results 1 – 13 of 13) sorted by relevance
24 # typedef enum dmu_objset_type {
378 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()
837 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()
2940 if (dmu_objset_type(os) == DMU_OST_ZVOL) {2954 if (dmu_objset_type(os) != DMU_OST_ZFS) {
820 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()
2814 ASSERT(dmu_objset_type(os) == DMU_OST_ZFS); in zfs_get_vfs_flag_unmounted()
124 dmu_objset_type(objset_t *os) in dmu_objset_type() function
743 if (dmu_objset_type(os) == DMU_OST_ZFS) in dmu_objset_zfs_unmounting()
621 if (dmu_objset_type(os) != DMU_OST_ZFS) { in spa_prop_validate()
65 typedef enum dmu_objset_type { enum
927 extern dmu_objset_type_t dmu_objset_type(objset_t *os);
1069 typedef enum dmu_objset_type { enum
1895 if (dmu_objset_type(*osp) == DMU_OST_ZFS) { in open_objset()