Home
last modified time | relevance | path

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

/openbsd/src/sys/isofs/cd9660/
Dcd9660_vfsops.c394 isomp->iso_ftype = ISO_FTYPE_DEFAULT; in iso_mountfs()
397 isomp->iso_ftype = ISO_FTYPE_9660; in iso_mountfs()
400 isomp->iso_ftype = ISO_FTYPE_RRIP; in iso_mountfs()
406 if (isomp->iso_ftype != ISO_FTYPE_RRIP && joliet_level) { in iso_mountfs()
578 imp->iso_ftype == ISO_FTYPE_RRIP, dp)); in cd9660_root()
682 VFSTOISOFS(mp)->iso_ftype == ISO_FTYPE_RRIP, in cd9660_vget()
818 switch (imp->iso_ftype) { in cd9660_vget_internal()
Dcd9660_vnops.c500 switch (imp->iso_ftype) { in cd9660_readdir()
523 imp->iso_ftype == ISO_FTYPE_9660, in cd9660_readdir()
527 if (imp->iso_ftype == ISO_FTYPE_DEFAULT) in cd9660_readdir()
539 if (!error && imp->iso_ftype == ISO_FTYPE_DEFAULT) { in cd9660_readdir()
583 if (imp->iso_ftype != ISO_FTYPE_RRIP) in cd9660_readlink()
777 if (VTOI(ap->a_vp)->i_mnt->iso_ftype == ISO_FTYPE_RRIP) in cd9660_pathconf()
Dcd9660_extern.h68 enum ISO_FTYPE iso_ftype; member
Dcd9660_lookup.c160 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR); in cd9660_lookup()
241 switch (imp->iso_ftype) { in cd9660_lookup()