Home
last modified time | relevance | path

Searched refs:iso_ftype (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c464 isomp->iso_ftype = ISO_FTYPE_HIGH_SIERRA; in iso_mountfs()
468 isomp->iso_ftype = ISO_FTYPE_DEFAULT; in iso_mountfs()
471 isomp->iso_ftype = ISO_FTYPE_9660; in iso_mountfs()
476 isomp->iso_ftype = ISO_FTYPE_RRIP; in iso_mountfs()
482 if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) { in iso_mountfs()
570 imp->iso_ftype == ISO_FTYPE_RRIP, dp)); in cd9660_root()
651 VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP, in cd9660_vget()
804 switch (imp->iso_ftype) { in cd9660_vget_internal()
H A Dcd9660_vnops.c541 switch (imp->iso_ftype) { in cd9660_readdir()
562 imp->iso_ftype == ISO_FTYPE_9660, in cd9660_readdir()
568 if (imp->iso_ftype == ISO_FTYPE_DEFAULT) in cd9660_readdir()
580 if (!error && imp->iso_ftype == ISO_FTYPE_DEFAULT) { in cd9660_readdir()
635 if (imp->iso_ftype != ISO_FTYPE_RRIP) in cd9660_readlink()
741 if (VTOI(ap->a_vp)->i_mnt->iso_ftype == ISO_FTYPE_RRIP) in cd9660_pathconf()
747 if (VTOI(ap->a_vp)->i_mnt->iso_ftype == ISO_FTYPE_RRIP) { in cd9660_pathconf()
H A Dcd9660_lookup.c149 if ((assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR))) in cd9660_lookup()
219 isoflags = isonum_711(imp->iso_ftype == ISO_FTYPE_HIGH_SIERRA? in cd9660_lookup()
229 switch (imp->iso_ftype) { in cd9660_lookup()
H A Diso.h245 enum ISO_FTYPE iso_ftype; member