HomeSort by: relevance | last modified time | path
    Searched refs:ISO_FTYPE_RRIP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_extern.h 51 enum ISO_FTYPE { ISO_FTYPE_DEFAULT, ISO_FTYPE_9660, ISO_FTYPE_RRIP, ISO_FTYPE_ECMA };
cd9660_lookup.c 164 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR);
283 case ISO_FTYPE_RRIP:
cd9660_vnops.c 503 case ISO_FTYPE_RRIP:
610 if (imp->iso_ftype != ISO_FTYPE_RRIP)
745 if (VTOI(ap->a_vp)->i_mnt->iso_ftype == ISO_FTYPE_RRIP)
cd9660_vfsops.c 549 isomp->iso_ftype = ISO_FTYPE_RRIP;
854 case ISO_FTYPE_RRIP:

Completed in 15 milliseconds