HomeSort by: relevance | last modified time | path
    Searched refs:dmu_objset_type (Results 1 - 8 of 8) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu.h 885 extern dmu_objset_type_t dmu_objset_type(objset_t *os);
  /src/external/cddl/osnet/dist/uts/common/sys/fs/
zfs.h 64 typedef enum dmu_objset_type { enum
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 388 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1472 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1878 if (dmu_objset_type(os) != DMU_OST_ZFS) {
1907 if (dmu_objset_type(os) != DMU_OST_ZFS) {
2150 dmu_objset_type(os) == DMU_OST_ZVOL) {
2270 dmu_objset_type(os) == DMU_OST_ZFS) {
sa.c 846 dmu_objset_type_t ostype = dmu_objset_type(os);
1000 dmu_objset_type_t ostype = dmu_objset_type(os);
dmu_objset.c 114 dmu_objset_type(objset_t *os) function
dmu_send.c 797 if (dmu_objset_type(os) == DMU_OST_ZFS) {
828 drr->drr_u.drr_begin.drr_type = dmu_objset_type(os);
zvol.c 3212 if (dmu_objset_type(os) == DMU_OST_ZVOL) {
3226 if (dmu_objset_type(os) != DMU_OST_ZFS) {
spa.c 533 if (dmu_objset_type(os) != DMU_OST_ZFS) {

Completed in 41 milliseconds