HomeSort by: relevance | last modified time | path
    Searched refs:ISO_FTYPE_DEFAULT (Results 1 - 3 of 3) 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_vnops.c 511 default: /* ISO_FTYPE_DEFAULT || ISO_FTYPE_9660 */
534 if (imp->iso_ftype == ISO_FTYPE_DEFAULT)
548 if (!error && imp->iso_ftype == ISO_FTYPE_DEFAULT) {
cd9660_vfsops.c 545 isomp->iso_ftype = ISO_FTYPE_DEFAULT;

Completed in 12 milliseconds