Home
last modified time | relevance | path

Searched refs:VFSTOISOFS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c153 imp = VFSTOISOFS(mp); in cd9660_mount()
536 isomp = VFSTOISOFS(mp); in cd9660_unmount()
560 struct iso_mnt *imp = VFSTOISOFS(mp); in cd9660_root()
581 isomp = VFSTOISOFS(mp); in cd9660_statfs()
651 VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP, in cd9660_vget()
703 imp = VFSTOISOFS(mp); in cd9660_vget_internal()
H A Diso.h263 #define VFSTOISOFS(mp) ((struct iso_mnt *)((mp)->mnt_data)) macro