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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_ioctl.h 438 * a zvol. Depending on the value of zss_type, zss_data points to either
447 enum zfs_soft_state_type zss_type; member in struct:zfs_soft_state
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zvol.c 727 zs->zss_type = ZSST_ZVOL;
854 zs->zss_type = ZSST_ZVOL;
1804 else if (zs->zss_type != ZSST_ZVOL)
1864 else if (zs->zss_type != ZSST_ZVOL)
zfs_ioctl.c 6199 zs->zss_type = ZSST_CTLDEV;
6220 if (zp == NULL || zp->zss_type != which)

Completed in 74 milliseconds