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

  /src/sys/fs/cd9660/
cd9660_mount.h 53 #define ISOFSMNT_NORRIP 0x00000001 /* disable Rock Ridge Ext.*/
cd9660_vfsops.c 513 if (!(argp->flags & ISOFSMNT_NORRIP)) {
526 argp->flags |= ISOFSMNT_NORRIP;
538 isomp->im_flags = argp->flags & (ISOFSMNT_NORRIP | ISOFSMNT_GENS |
544 else if (isomp->im_flags & ISOFSMNT_NORRIP) {
552 if ((argp->flags & ISOFSMNT_NORRIP) != 0 &&
  /src/sbin/mount_cd9660/
mount_cd9660.c 78 { "nrr", 0, ISOFSMNT_NORRIP, 1 },
79 { "rrip", 1, ISOFSMNT_NORRIP, 1 },
149 opts |= ISOFSMNT_NORRIP;

Completed in 12 milliseconds