Searched refs:iso_ftype (Results 1 – 4 of 4) sorted by relevance
502 switch (imp->iso_ftype) { in cd9660_readdir()514 imp->iso_ftype == ISO_FTYPE_9660, in cd9660_readdir()534 if (imp->iso_ftype == ISO_FTYPE_DEFAULT) in cd9660_readdir()548 if (!error && imp->iso_ftype == ISO_FTYPE_DEFAULT) { in cd9660_readdir()610 if (imp->iso_ftype != ISO_FTYPE_RRIP) in cd9660_readlink()745 if (VTOI(ap->a_vp)->i_mnt->iso_ftype == ISO_FTYPE_RRIP) in cd9660_pathconf()
164 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR); in cd9660_lookup()246 switch (imp->iso_ftype) { in cd9660_lookup()
543 isomp->iso_ftype = ISO_FTYPE_9660; in iso_mountfs()545 isomp->iso_ftype = ISO_FTYPE_DEFAULT; in iso_mountfs()549 isomp->iso_ftype = ISO_FTYPE_RRIP; in iso_mountfs()838 switch (imp->iso_ftype) { in cd9660_loadvnode()
79 enum ISO_FTYPE iso_ftype; member