iso_ftype          68 isofs/cd9660/cd9660_extern.h 	enum ISO_FTYPE  iso_ftype;
iso_ftype         165 isofs/cd9660/cd9660_lookup.c 	assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR);
iso_ftype         246 isofs/cd9660/cd9660_lookup.c 		switch (imp->iso_ftype) {
iso_ftype         411 isofs/cd9660/cd9660_vfsops.c 	    isomp->iso_ftype = ISO_FTYPE_DEFAULT;
iso_ftype         414 isofs/cd9660/cd9660_vfsops.c 	    isomp->iso_ftype = ISO_FTYPE_9660;
iso_ftype         417 isofs/cd9660/cd9660_vfsops.c 	    isomp->iso_ftype = ISO_FTYPE_RRIP;
iso_ftype         423 isofs/cd9660/cd9660_vfsops.c 	if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) {
iso_ftype         579 isofs/cd9660/cd9660_vfsops.c 	if (isomp->iso_ftype == ISO_FTYPE_RRIP)
iso_ftype         610 isofs/cd9660/cd9660_vfsops.c 	    imp->iso_ftype == ISO_FTYPE_RRIP, dp));
iso_ftype         735 isofs/cd9660/cd9660_vfsops.c 	    VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP,
iso_ftype         877 isofs/cd9660/cd9660_vfsops.c 	switch (imp->iso_ftype) {
iso_ftype         114 isofs/cd9660/cd9660_vnops.c 	if (ip->i_mnt->iso_ftype != ISO_FTYPE_RRIP
iso_ftype         601 isofs/cd9660/cd9660_vnops.c 		switch (imp->iso_ftype) {
iso_ftype         622 isofs/cd9660/cd9660_vnops.c 					   imp->iso_ftype == ISO_FTYPE_9660,
iso_ftype         626 isofs/cd9660/cd9660_vnops.c 				if (imp->iso_ftype == ISO_FTYPE_DEFAULT)
iso_ftype         638 isofs/cd9660/cd9660_vnops.c 	if (!error && imp->iso_ftype == ISO_FTYPE_DEFAULT) {
iso_ftype         695 isofs/cd9660/cd9660_vnops.c 	if (imp->iso_ftype != ISO_FTYPE_RRIP)
iso_ftype         893 isofs/cd9660/cd9660_vnops.c 		if (VTOI(ap->a_vp)->i_mnt->iso_ftype == ISO_FTYPE_RRIP)