Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/cd9660/
H A Dcd9660_vfsops.c152 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);
H A Diso.h267 #define VFSTOISOFS(mp) ((struct iso_mnt *)((mp)->mnt_data)) macro