Searched refs:hsfs_vol_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c826 if (fsp->hsfs_vol_type == HS_VOL_TYPE_ISO_V2 ||
827 fsp->hsfs_vol_type == HS_VOL_TYPE_JOLIET) {
946 if (fsp->hsfs_vol_type == HS_VOL_TYPE_HS) {
972 } else if ((fsp->hsfs_vol_type == HS_VOL_TYPE_ISO) ||
973 (fsp->hsfs_vol_type == HS_VOL_TYPE_ISO_V2) ||
974 (fsp->hsfs_vol_type == HS_VOL_TYPE_JOLIET)) {
1084 fsp->hsfs_vol_type == HS_VOL_TYPE_JOLIET ?
1092 if (fsp->hsfs_vol_type == HS_VOL_TYPE_JOLIET) {
1550 fsp->hsfs_vol_type == HS_VOL_TYPE_JOLIET ?
1595 if (fsp->hsfs_vol_type
[all...]
H A Dhsfs_vfsops.c796 fsp->hsfs_vol_type = HS_VOL_TYPE_ISO_V2;
803 fsp->hsfs_vol_type = HS_VOL_TYPE_JOLIET;
860 } else switch (fsp->hsfs_vol_type) {
1036 fsp->hsfs_vol_type = HS_VOL_TYPE_HS;
1124 * Except for fsp->hsfs_vol_type, no fsp member may be modified.
1170 fsp->hsfs_vol_type = HS_VOL_TYPE_ISO;
1184 fsp->hsfs_vol_type = HS_VOL_TYPE_ISO;
1192 fsp->hsfs_vol_type = HS_VOL_TYPE_ISO;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h257 enum hs_vol_type hsfs_vol_type; /* see above */ member in struct:hsfs

Completed in 50 milliseconds