Searched refs:VFSTOISOFS (Results 1 – 2 of 2) sorted by relevance
152 imp = VFSTOISOFS(mp); in cd9660_mount()515 isomp = VFSTOISOFS(mp);545 struct iso_mnt *imp = VFSTOISOFS(mp);568 isomp = VFSTOISOFS(mp);646 VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP,705 imp = VFSTOISOFS(mp);
267 #define VFSTOISOFS(mp) ((struct iso_mnt *)((mp)->mnt_data)) macro