Searched refs:VFSTOISOFS (Results 1 – 2 of 2) sorted by relevance
208 imp = VFSTOISOFS(mp); in cd9660_mount()258 imp = VFSTOISOFS(mp); in cd9660_mount()581 isomp = VFSTOISOFS(mp); in cd9660_unmount()607 struct iso_mnt *imp = VFSTOISOFS(mp); in cd9660_root()628 isomp = VFSTOISOFS(mp); in cd9660_statfs()697 imp = VFSTOISOFS(mp); in cd9660_checkexp()723 VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP, in cd9660_vget()741 imp = VFSTOISOFS(mp); in cd9660_vget_internal()
255 #define VFSTOISOFS(mp) ((struct iso_mnt *)((mp)->mnt_data)) macro