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

/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c154 imp = VFSTOISOFS(mp);
518 isomp = VFSTOISOFS(mp);
548 struct iso_mnt *imp = VFSTOISOFS(mp);
571 isomp = VFSTOISOFS(mp);
649 VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP,
708 imp = VFSTOISOFS(mp);
H A Diso.h267 #define VFSTOISOFS(mp) ((struct iso_mnt *)((mp)->mnt_data)) macro

Completed in 47 milliseconds